WebSiteInstanceStatusProperties Class

WebSiteInstanceStatus resource specific properties.

Constructor

WebSiteInstanceStatusProperties(*args: Any, **kwargs: Any)

Variables

Name Description
state

Known values are: "READY", "STOPPED", and "UNKNOWN".

status_url
str

Link to the GetStatusApi in Kudu.

detector_url
str

Link to the Diagnose and Solve Portal.

console_url
str

Link to the console to web app instance.

health_check_url
str

Link to the console to web app instance.

containers

Dictionary of <ContainerInfo>.

physical_zone
str

The physical zone that the instance is in.

Attributes

console_url

Link to the console to web app instance.

console_url: str | None

containers

Dictionary of <ContainerInfo>.

containers: dict[str, '_models.ContainerInfo'] | None

detector_url

Link to the Diagnose and Solve Portal.

detector_url: str | None

health_check_url

Link to the console to web app instance.

health_check_url: str | None

physical_zone

The physical zone that the instance is in.

physical_zone: str | None

state

"READY", "STOPPED", and "UNKNOWN".

state: str | _models.SiteRuntimeState | None

status_url

Link to the GetStatusApi in Kudu.

status_url: str | None