ManagementGroupSubscriptionsOperations 클래스
ManagementGroupSubscriptionsOperations 비동기 작업.
이 클래스를 직접 인스턴스화해서는 안 됩니다. 대신 클라이언트 인스턴스를 만들어서 인스턴스화하고 특성으로 연결해야 합니다.
- 상속
-
builtins.objectManagementGroupSubscriptionsOperations
생성자
ManagementGroupSubscriptionsOperations(client, config, serializer, deserializer)
매개 변수
- client
서비스 요청에 대한 클라이언트입니다.
- config
서비스 클라이언트의 구성입니다.
- serializer
개체 모델 직렬 변환기입니다.
- deserializer
개체 모델 역직렬 변환기입니다.
변수
- models
이 작업 그룹에 사용되는 모델 클래스에 대한 별칭입니다.
메서드
create |
기존 구독을 관리 그룹과 연결합니다. |
delete |
관리 그룹에서 구독의 연결을 해제합니다. |
get_subscription |
관리 그룹과 연결된 지정된 구독에 대한 세부 정보를 검색합니다. |
get_subscriptions_under_management_group |
관리 그룹과 연결된 모든 구독에 대한 세부 정보를 검색합니다. |
create
기존 구독을 관리 그룹과 연결합니다.
async create(group_id: str, subscription_id: str, cache_control: str | None = 'no-cache', **kwargs: Any) -> SubscriptionUnderManagementGroup
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
SubscriptionUnderManagementGroup 또는 cls(response)의 결과
반환 형식
예외
delete
관리 그룹에서 구독의 연결을 해제합니다.
async delete(group_id: str, subscription_id: str, cache_control: str | None = 'no-cache', **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
None 또는 cls(response)의 결과
반환 형식
예외
get_subscription
관리 그룹과 연결된 지정된 구독에 대한 세부 정보를 검색합니다.
async get_subscription(group_id: str, subscription_id: str, cache_control: str | None = 'no-cache', **kwargs: Any) -> SubscriptionUnderManagementGroup
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
SubscriptionUnderManagementGroup 또는 cls(response)의 결과
반환 형식
예외
get_subscriptions_under_management_group
관리 그룹과 연결된 모든 구독에 대한 세부 정보를 검색합니다.
get_subscriptions_under_management_group(group_id: str, skiptoken: str | None = None, **kwargs: Any) -> AsyncIterable[ListSubscriptionUnderManagementGroup]
매개 변수
- skiptoken
- str
페이지 연속 토큰은 이전 작업에서 부분 결과를 반환한 경우에만 사용됩니다. 이전 응답에 nextLink 요소가 포함된 경우 nextLink 요소의 값에는 후속 호출에 사용할 시작점을 지정하는 토큰 매개 변수가 포함됩니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
ListSubscriptionUnderManagementGroup의 인스턴스 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.managementgroups.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\managementgroups\\models\\__init__.py'>
Azure SDK for Python