WebSiteInstanceStatusPropertiesOutput interface
خصائص محددة لمورد WebSiteInstanceStatus
الخصائص
| console |
الارتباط بوحدة التحكم بمثيل تطبيق الويب |
| containers | قاموس <ContainerInfo> |
| detector |
ارتباط إلى مدخل التشخيص والحل |
| health |
الارتباط بوحدة التحكم بمثيل تطبيق الويب |
| state | |
| status |
ارتباط إلى GetStatusApi في Kudu |
تفاصيل الخاصية
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
ارتباط إلى GetStatusApi في Kudu
statusUrl?: string
قيمة الخاصية
string