Uses of Class
com.azure.resourcemanager.appservice.models.InsightStatus
-
Packages that use InsightStatus Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of InsightStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return InsightStatus Modifier and Type Method Description static InsightStatusInsightStatus. fromString(String value)Parses a serialized value to a InsightStatus instance.InsightStatusStatus. statusId()Get the statusId property: Level of the most severe insight generated by the detector.static InsightStatusInsightStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightStatus[]InsightStatus. 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 InsightStatus Modifier and Type Method Description StatusStatus. withStatusId(InsightStatus statusId)Set the statusId property: Level of the most severe insight generated by the detector.
-