public final class WebSiteInstanceStatusInner extends ProxyOnlyResource
| Constructor and Description |
|---|
WebSiteInstanceStatusInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
consoleUrl()
Get the consoleUrl property: Link to the console to web app instance.
|
Map<String,ContainerInfo> |
containers()
Get the containers property: Dictionary of <ContainerInfo>.
|
String |
detectorUrl()
Get the detectorUrl property: Link to the Diagnose and Solve Portal.
|
String |
healthCheckUrl()
Get the healthCheckUrl property: Link to the console to web app instance.
|
SiteRuntimeState |
state()
Get the state property: The state property.
|
String |
statusUrl()
Get the statusUrl property: Link to the GetStatusApi in Kudu.
|
void |
validate()
Validates the instance.
|
WebSiteInstanceStatusInner |
withConsoleUrl(String consoleUrl)
Set the consoleUrl property: Link to the console to web app instance.
|
WebSiteInstanceStatusInner |
withContainers(Map<String,ContainerInfo> containers)
Set the containers property: Dictionary of <ContainerInfo>.
|
WebSiteInstanceStatusInner |
withDetectorUrl(String detectorUrl)
Set the detectorUrl property: Link to the Diagnose and Solve Portal.
|
WebSiteInstanceStatusInner |
withHealthCheckUrl(String healthCheckUrl)
Set the healthCheckUrl property: Link to the console to web app instance.
|
WebSiteInstanceStatusInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
WebSiteInstanceStatusInner |
withState(SiteRuntimeState state)
Set the state property: The state property.
|
WebSiteInstanceStatusInner |
withStatusUrl(String statusUrl)
Set the statusUrl property: Link to the GetStatusApi in Kudu.
|
kindpublic WebSiteInstanceStatusInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public SiteRuntimeState state()
public WebSiteInstanceStatusInner withState(SiteRuntimeState state)
state - the state value to set.public String statusUrl()
public WebSiteInstanceStatusInner withStatusUrl(String statusUrl)
statusUrl - the statusUrl value to set.public String detectorUrl()
public WebSiteInstanceStatusInner withDetectorUrl(String detectorUrl)
detectorUrl - the detectorUrl value to set.public String consoleUrl()
public WebSiteInstanceStatusInner withConsoleUrl(String consoleUrl)
consoleUrl - the consoleUrl value to set.public String healthCheckUrl()
public WebSiteInstanceStatusInner withHealthCheckUrl(String healthCheckUrl)
healthCheckUrl - the healthCheckUrl value to set.public Map<String,ContainerInfo> containers()
public WebSiteInstanceStatusInner withContainers(Map<String,ContainerInfo> containers)
containers - the containers value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.