WebSiteInstanceStatusInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. WebSiteInstanceStatusInner
- com.
- com.
- com.
public final class WebSiteInstanceStatusInner
extends ProxyOnlyResource
The WebSiteInstanceStatus model.
Constructor Summary
Constructor | Description |
---|---|
WebSiteInstanceStatusInner() |
Creates an instance of Web |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
consoleUrl()
Get the console |
Map<String,Container |
containers()
Get the containers property: Dictionary of <Container |
String |
detectorUrl()
Get the detector |
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
String |
healthCheckUrl()
Get the health |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Site |
state()
Get the state property: The state property. |
String |
statusUrl()
Get the status |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Web |
withConsoleUrl(String consoleUrl)
Set the console |
Web |
withContainers(Map<String,ContainerInfo> containers)
Set the containers property: Dictionary of <Container |
Web |
withDetectorUrl(String detectorUrl)
Set the detector |
Web |
withHealthCheckUrl(String healthCheckUrl)
Set the health |
Web |
withKind(String kind)
Set the kind property: Kind of resource. |
Web |
withState(SiteRuntimeState state)
Set the state property: The state property. |
Web |
withStatusUrl(String statusUrl)
Set the status |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
WebSiteInstanceStatusInner
public WebSiteInstanceStatusInner()
Creates an instance of WebSiteInstanceStatusInner class.
Method Details
consoleUrl
public String consoleUrl()
Get the consoleUrl property: Link to the console to web app instance.
Returns:
containers
public Map
Get the containers property: Dictionary of .
Returns:
detectorUrl
public String detectorUrl()
Get the detectorUrl property: Link to the Diagnose and Solve Portal.
Returns:
fromJson
public static WebSiteInstanceStatusInner fromJson(JsonReader jsonReader)
Reads an instance of WebSiteInstanceStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
healthCheckUrl
public String healthCheckUrl()
Get the healthCheckUrl property: Link to the console to web app instance.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WebSiteInstanceStatusInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WebSiteInstanceStatusInner.name()Returns:
state
public SiteRuntimeState state()
Get the state property: The state property.
Returns:
statusUrl
public String statusUrl()
Get the statusUrl property: Link to the GetStatusApi in Kudu.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WebSiteInstanceStatusInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WebSiteInstanceStatusInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
WebSiteInstanceStatusInner.validate()withConsoleUrl
public WebSiteInstanceStatusInner withConsoleUrl(String consoleUrl)
Set the consoleUrl property: Link to the console to web app instance.
Parameters:
Returns:
withContainers
public WebSiteInstanceStatusInner withContainers(Map
Set the containers property: Dictionary of .
Parameters:
Returns:
withDetectorUrl
public WebSiteInstanceStatusInner withDetectorUrl(String detectorUrl)
Set the detectorUrl property: Link to the Diagnose and Solve Portal.
Parameters:
Returns:
withHealthCheckUrl
public WebSiteInstanceStatusInner withHealthCheckUrl(String healthCheckUrl)
Set the healthCheckUrl property: Link to the console to web app instance.
Parameters:
Returns:
withKind
public WebSiteInstanceStatusInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
WebSiteInstanceStatusInner.withKind(String kind)Parameters:
withState
public WebSiteInstanceStatusInner withState(SiteRuntimeState state)
Set the state property: The state property.
Parameters:
Returns:
withStatusUrl
public WebSiteInstanceStatusInner withStatusUrl(String statusUrl)
Set the statusUrl property: Link to the GetStatusApi in Kudu.
Parameters:
Returns:
Applies to
Azure SDK for Java