다음을 통해 공유


ComputeManagementClient 클래스

Compute 클라이언트.

상속
builtins.object
ComputeManagementClient

생성자

ComputeManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

매개 변수

credential
AsyncTokenCredential
필수

클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다. 필수 요소.

subscription_id
str
필수

Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명입니다. 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다. 필수 요소.

base_url
str
기본값: https://management.azure.com

서비스 URL입니다. 기본값은 "https://management.azure.com"입니다.

api_version
str

API 버전. 기본값은 "2022-01-03"입니다. 이 기본값을 재정의하면 지원되지 않는 동작이 발생할 수 있습니다.

polling_interval
int

Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.

변수

galleries
GalleriesOperations

GallerysOperations 작업

gallery_images
GalleryImagesOperations

GalleryImagesOperations 작업

gallery_image_versions
GalleryImageVersionsOperations

GalleryImageVersionsOperations 작업

gallery_applications
GalleryApplicationsOperations

GalleryApplicationsOperations 작업

gallery_application_versions
GalleryApplicationVersionsOperations

GalleryApplicationVersionsOperations 작업

gallery_sharing_profile
GallerySharingProfileOperations

GallerySharingProfileOperations 작업

shared_galleries
SharedGalleriesOperations

SharedGalleriesOperations 작업

shared_gallery_images
SharedGalleryImagesOperations

SharedGalleryImagesOperations 작업

shared_gallery_image_versions
SharedGalleryImageVersionsOperations

SharedGalleryImageVersionsOperations 작업

community_galleries
CommunityGalleriesOperations

CommunityGalleriesOperations 작업

community_gallery_images
CommunityGalleryImagesOperations

CommunityGalleryImagesOperations 작업

community_gallery_image_versions
CommunityGalleryImageVersionsOperations

CommunityGalleryImageVersionsOperations 작업

메서드

close

close

async close() -> None