Uses of Class
com.azure.resourcemanager.appservice.models.Status
-
Packages that use Status Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Status in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return Status Modifier and Type Method Description StatusDetectorResponseInner. status()Get the status property: Indicates status of the most severe insight.StatusDetectorResponseProperties. status()Get the status property: Indicates status of the most severe insight.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type Status Modifier and Type Method Description DetectorResponseInnerDetectorResponseInner. withStatus(Status status)Set the status property: Indicates status of the most severe insight.DetectorResponsePropertiesDetectorResponseProperties. withStatus(Status status)Set the status property: Indicates status of the most severe insight. -
Uses of Status in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Status Modifier and Type Method Description StatusStatus. withMessage(String message)Set the message property: Descriptive message.StatusStatus. withStatusId(InsightStatus statusId)Set the statusId property: Level of the most severe insight generated by the detector.
-