WebSiteInstanceStatus 클래스
WebSiteInstanceStatus.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.web.v2020_06_01.models._models_py3.ProxyOnlyResourceWebSiteInstanceStatus
생성자
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, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
kind
|
리소스 종류입니다. |
state
|
알려진 값은 "READY", "STOPPED" 및 "UNKNOWN"입니다. |
status_url
|
Kudu의 GetStatusApi에 연결합니다. |
detector_url
|
진단 및 해결 포털에 연결합니다. |
console_url
|
웹앱 instance 콘솔에 연결합니다. |
health_check_url
|
웹앱 instance 콘솔에 연결합니다. |
containers
|
의 사전입니다 |
변수
Name | Description |
---|---|
id
|
리소스 ID입니다. |
name
|
리소스 이름입니다. |
kind
|
리소스 종류입니다. |
type
|
리소스 종류. |
state
|
알려진 값은 "READY", "STOPPED" 및 "UNKNOWN"입니다. |
status_url
|
Kudu의 GetStatusApi에 연결합니다. |
detector_url
|
진단 및 해결 포털에 연결합니다. |
console_url
|
웹앱 instance 콘솔에 연결합니다. |
health_check_url
|
웹앱 instance 콘솔에 연결합니다. |
containers
|
의 사전입니다 |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python