Uses of Class
com.azure.resourcemanager.appservice.models.Status
Packages that use Status
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 StatusModifier and TypeMethodDescriptionDetectorResponseInner.status()Get the status property: Indicates status of the most severe insight.DetectorResponseProperties.status()Get the status property: Indicates status of the most severe insight.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StatusModifier and TypeMethodDescriptionDetectorResponseInner.withStatus(Status status) Set the status property: Indicates status of the most severe insight.DetectorResponseProperties.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 StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Status from the JsonReader.Status.withMessage(String message) Set the message property: Descriptive message.Status.withStatusId(InsightStatus statusId) Set the statusId property: Level of the most severe insight generated by the detector.