次の方法で共有


WebSiteInstanceStatusProperties interface

WebSiteInstanceStatus リソース固有のプロパティ

プロパティ

consoleUrl

コンソールから Web アプリ インスタンスへのリンク

containers

<ContainerInfoの辞書>

detectorUrl

診断と解決ポータルへのリンク

healthCheckUrl

コンソールから Web アプリ インスタンスへのリンク

state
statusUrl

Kudu の GetStatusApi へのリンク

プロパティの詳細

consoleUrl

コンソールから Web アプリ インスタンスへのリンク

consoleUrl?: string

プロパティ値

string

containers

<ContainerInfoの辞書>

containers?: Record<string, ContainerInfo>

プロパティ値

Record<string, ContainerInfo>

detectorUrl

診断と解決ポータルへのリンク

detectorUrl?: string

プロパティ値

string

healthCheckUrl

コンソールから Web アプリ インスタンスへのリンク

healthCheckUrl?: string

プロパティ値

string

state

state?: "READY" | "STOPPED" | "UNKNOWN"

プロパティ値

"READY" | "STOPPED" | "UNKNOWN"

statusUrl

Kudu の GetStatusApi へのリンク

statusUrl?: string

プロパティ値

string