Class WebSiteInstanceStatusProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.WebSiteInstanceStatusProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<WebSiteInstanceStatusProperties>
public final class WebSiteInstanceStatusProperties
extends Object
implements com.azure.json.JsonSerializable<WebSiteInstanceStatusProperties>
WebSiteInstanceStatus resource specific properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the consoleUrl property: Link to the console to web app instance.Get the containers property: Dictionary of <ContainerInfo>.Get the detectorUrl property: Link to the Diagnose and Solve Portal.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebSiteInstanceStatusProperties from the JsonReader.Get the healthCheckUrl property: Link to the console to web app instance.Get the physicalZone property: The physical zone that the instance is in.state()Get the state property: The state property.Get the statusUrl property: Link to the GetStatusApi in Kudu.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
state
Get the state property: The state property.- Returns:
- the state value.
-
statusUrl
Get the statusUrl property: Link to the GetStatusApi in Kudu.- Returns:
- the statusUrl value.
-
detectorUrl
Get the detectorUrl property: Link to the Diagnose and Solve Portal.- Returns:
- the detectorUrl value.
-
consoleUrl
Get the consoleUrl property: Link to the console to web app instance.- Returns:
- the consoleUrl value.
-
healthCheckUrl
Get the healthCheckUrl property: Link to the console to web app instance.- Returns:
- the healthCheckUrl value.
-
containers
Get the containers property: Dictionary of <ContainerInfo>.- Returns:
- the containers value.
-
physicalZone
Get the physicalZone property: The physical zone that the instance is in.- Returns:
- the physicalZone value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<WebSiteInstanceStatusProperties>- Throws:
IOException
-
fromJson
public static WebSiteInstanceStatusProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of WebSiteInstanceStatusProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of WebSiteInstanceStatusProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the WebSiteInstanceStatusProperties.
-