Uses of Class
com.microsoft.azure.management.appservice.IssueType
-
-
Uses of IssueType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return IssueType Modifier and Type Method Description static IssueTypeIssueType. fromString(String value)Parses a serialized value to a IssueType instance.IssueTypeDetectorAbnormalTimePeriod. type()Get represents the type of the Detector.static IssueTypeIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueType[]IssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type IssueType Modifier and Type Method Description DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withType(IssueType type)Set represents the type of the Detector.
-