Uses of Class
com.azure.resourcemanager.appservice.models.IssueType
-
Packages that use IssueType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of IssueType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IssueType Modifier and Type Method Description static IssueTypeIssueType. fromString(String value)Parses a serialized value to a IssueType instance.IssueTypeDetectorAbnormalTimePeriod. type()Get the type property: 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.azure.resourcemanager.appservice.models with parameters of type IssueType Modifier and Type Method Description DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withType(IssueType type)Set the type property: Represents the type of the Detector.
-