WebSiteInstanceStatus Class
WebSiteInstanceStatus.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WebSiteInstanceStatus(*, kind: str | None = None, state: str | _models.SiteRuntimeState | None = None, status_url: str | None = None, detector_url: str | None = None, console_url: str | None = None, health_check_url: str | None = None, containers: dict[str, '_models.ContainerInfo'] | None = None, physical_zone: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
Kind of resource. Default value: None
|
|
state
|
Known values are: "READY", "STOPPED", and "UNKNOWN". Default value: None
|
|
status_url
|
Link to the GetStatusApi in Kudu. Default value: None
|
|
detector_url
|
Link to the Diagnose and Solve Portal. Default value: None
|
|
console_url
|
Link to the console to web app instance. Default value: None
|
|
health_check_url
|
Link to the console to web app instance. Default value: None
|
|
containers
|
Dictionary of Default value: None
|
|
physical_zone
|
The physical zone that the instance is in. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource Name. |
|
kind
|
Kind of resource. |
|
type
|
Resource type. |
|
state
|
Known values are: "READY", "STOPPED", and "UNKNOWN". |
|
status_url
|
Link to the GetStatusApi in Kudu. |
|
detector_url
|
Link to the Diagnose and Solve Portal. |
|
console_url
|
Link to the console to web app instance. |
|
health_check_url
|
Link to the console to web app instance. |
|
containers
|
Dictionary of |
|
physical_zone
|
The physical zone that the instance is in. |