WebSiteInstanceStatusProperties interface
WebSiteInstanceStatus リソース固有のプロパティ
プロパティ
| console |
コンソールから Web アプリ インスタンスへのリンク |
| containers | <ContainerInfoの辞書> |
| detector |
診断と解決ポータルへのリンク |
| health |
コンソールから Web アプリ インスタンスへのリンク |
| state | |
| status |
Kudu の GetStatusApi へのリンク |
プロパティの詳細
consoleUrl
コンソールから Web アプリ インスタンスへのリンク
consoleUrl?: string
プロパティ値
string
containers
detectorUrl
診断と解決ポータルへのリンク
detectorUrl?: string
プロパティ値
string
healthCheckUrl
コンソールから Web アプリ インスタンスへのリンク
healthCheckUrl?: string
プロパティ値
string
state
state?: "READY" | "STOPPED" | "UNKNOWN"
プロパティ値
"READY" | "STOPPED" | "UNKNOWN"
statusUrl
Kudu の GetStatusApi へのリンク
statusUrl?: string
プロパティ値
string