Share via


WebSiteInstanceStatusPropertiesOutput interface

WebSiteInstanceStatus resource specific properties

Properties

consoleUrl

Link to the console to web app instance

containers

Dictionary of <ContainerInfo>

detectorUrl

Link to the Diagnose and Solve Portal

healthCheckUrl

Link to the console to web app instance

state
statusUrl

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