WebSiteInstanceStatusPropertiesOutput interface
WebSiteInstanceStatus 리소스 관련 속성
속성
| console |
웹앱 인스턴스에 콘솔에 연결 |
| containers | ContainerInfo 사전 <> |
| detector |
진단 및 해결 포털에 연결 |
| health |
웹앱 인스턴스에 콘솔에 연결 |
| state | |
| status |
Kudu의 GetStatusApi에 연결 |
속성 세부 정보
consoleUrl
웹앱 인스턴스에 콘솔에 연결
consoleUrl?: string
속성 값
string
containers
ContainerInfo 사전 <>
containers?: Record<string, ContainerInfoOutput>
속성 값
Record<string, ContainerInfoOutput>
detectorUrl
진단 및 해결 포털에 연결
detectorUrl?: string
속성 값
string
healthCheckUrl
웹앱 인스턴스에 콘솔에 연결
healthCheckUrl?: string
속성 값
string
state
state?: "READY" | "STOPPED" | "UNKNOWN"
속성 값
"READY" | "STOPPED" | "UNKNOWN"
statusUrl
Kudu의 GetStatusApi에 연결
statusUrl?: string
속성 값
string