WebSiteInstanceStatus Class

WebSiteInstanceStatus.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResource
WebSiteInstanceStatus

Constructor

WebSiteInstanceStatus(*, kind: Optional[str] = None, state: Optional[Union[str, azure.mgmt.web.v2021_01_01.models._web_site_management_client_enums.SiteRuntimeState]] = None, status_url: Optional[str] = None, detector_url: Optional[str] = None, console_url: Optional[str] = None, health_check_url: Optional[str] = None, containers: Optional[Dict[str, azure.mgmt.web.v2021_01_01.models._models_py3.ContainerInfo]] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

state
str or SiteRuntimeState
Required

Possible values include: "READY", "STOPPED", "UNKNOWN".

status_url
str
Required

Link to the GetStatusApi in Kudu.

detector_url
str
Required

Link to the Diagnose and Solve Portal.

console_url
str
Required

Link to the console to web app instance.

health_check_url
str
Required

Link to the console to web app instance.

containers
dict[str, ContainerInfo]
Required

Dictionary of <ContainerInfo>.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.