Uses of Enum
com.azure.resourcemanager.appservice.models.InsightStatus
Packages that use InsightStatus
Package
Description
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 InsightStatusModifier and TypeMethodDescriptionstatic InsightStatus
InsightStatus.fromString
(String value) Parses a serialized value to a InsightStatus instance.Status.statusId()
Get the statusId property: Level of the most severe insight generated by the detector.static InsightStatus
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 InsightStatusModifier and TypeMethodDescriptionStatus.withStatusId
(InsightStatus statusId) Set the statusId property: Level of the most severe insight generated by the detector.