CloudServicesUpdateDomainOperations 클래스
경고
이 클래스를 직접 인스턴스화하지 마세요.
대신 다음 작업을 통해 액세스해야 합니다.
<xref:cloud_services_update_domain> 특성.
- 상속
-
builtins.objectCloudServicesUpdateDomainOperations
생성자
CloudServicesUpdateDomainOperations(*args, **kwargs)
메서드
begin_walk_update_domain |
지정된 업데이트 도메인의 역할 인스턴스를 업데이트. |
get_update_domain |
클라우드 서비스의 지정된 업데이트 도메인을 가져옵니다. 응답에서 nextLink 속성을 사용하여 업데이트 도메인의 다음 페이지를 가져옵니다. nextLink가 null이 될 때까지 이 작업을 수행하여 모든 업데이트 도메인을 가져옵니다. |
list_update_domains |
클라우드 서비스의 모든 업데이트 도메인 목록을 가져옵니다. |
begin_walk_update_domain
지정된 업데이트 도메인의 역할 인스턴스를 업데이트.
async begin_walk_update_domain(resource_group_name: str, cloud_service_name: str, update_domain: int, parameters: _models.UpdateDomain | None = None, *, content_type: str = 'application/json', **kwargs: Any) -> AsyncLROPoller[None]
매개 변수
- update_domain
- int
업데이트 도메인을 식별하는 정수 값을 지정합니다. 업데이트 도메인은 0부터 시작하는 인덱스로 식별됩니다. 첫 번째 업데이트 도메인의 ID는 0이고 두 번째 도메인의 ID는 1입니다. 필수 요소.
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
- continuation_token
- str
저장된 상태에서 폴러를 다시 시작하는 연속 토큰입니다.
- polling
- bool 또는 AsyncPollingMethod
기본적으로 폴링 방법은 AsyncARMPolling입니다. 이 작업을 폴링하지 않도록 False로 전달하거나 개인 폴링 전략을 위해 초기화된 자체 폴링 개체를 전달합니다.
- polling_interval
- int
Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.
반환
None 또는 cls(response)의 결과를 반환하는 AsyncLROPoller의 instance
반환 형식
예외
get_update_domain
클라우드 서비스의 지정된 업데이트 도메인을 가져옵니다. 응답에서 nextLink 속성을 사용하여 업데이트 도메인의 다음 페이지를 가져옵니다. nextLink가 null이 될 때까지 이 작업을 수행하여 모든 업데이트 도메인을 가져옵니다.
async get_update_domain(resource_group_name: str, cloud_service_name: str, update_domain: int, **kwargs: Any) -> UpdateDomain
매개 변수
- update_domain
- int
업데이트 도메인을 식별하는 정수 값을 지정합니다. 업데이트 도메인은 0부터 시작하는 인덱스로 식별됩니다. 첫 번째 업데이트 도메인의 ID는 0이고 두 번째 도메인의 ID는 1입니다. 필수 요소.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
UpdateDomain 또는 cls(response)의 결과
반환 형식
예외
list_update_domains
클라우드 서비스의 모든 업데이트 도메인 목록을 가져옵니다.
list_update_domains(resource_group_name: str, cloud_service_name: str, **kwargs: Any) -> AsyncIterable[UpdateDomain]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
UpdateDomain의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.compute.v2020_10_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2020_10_01_preview\\models\\__init__.py'>
Azure SDK for Python