WebSiteInstanceStatusPropertiesOutput interface
WebSiteInstanceStatus resource specific properties
Properties
| console |
Link to the console to web app instance |
| containers | Dictionary of <ContainerInfo> |
| detector |
Link to the Diagnose and Solve Portal |
| health |
Link to the console to web app instance |
| state | |
| status |
Link to the GetStatusApi in Kudu |
Property Details
consoleUrl
Link to the console to web app instance
consoleUrl?: string
Property Value
string
containers
Dictionary of <ContainerInfo>
containers?: Record<string, ContainerInfoOutput>
Property Value
Record<string, ContainerInfoOutput>
detectorUrl
Link to the Diagnose and Solve Portal
detectorUrl?: string
Property Value
string
healthCheckUrl
Link to the console to web app instance
healthCheckUrl?: string
Property Value
string
state
state?: "READY" | "STOPPED" | "UNKNOWN"
Property Value
"READY" | "STOPPED" | "UNKNOWN"
statusUrl
Link to the GetStatusApi in Kudu
statusUrl?: string
Property Value
string