ComputeManagementClient Class

Compute Client.

Inheritance
builtins.object
ComputeManagementClient

Constructor

ComputeManagementClient(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

disks
DisksOperations

DisksOperations operations

snapshots
SnapshotsOperations

SnapshotsOperations operations

disk_encryption_sets
DiskEncryptionSetsOperations

DiskEncryptionSetsOperations operations

disk_accesses
DiskAccessesOperations

DiskAccessesOperations operations

disk_restore_point
DiskRestorePointOperations

DiskRestorePointOperations operations

galleries
GalleriesOperations

GalleriesOperations operations

gallery_images
GalleryImagesOperations

GalleryImagesOperations operations

gallery_image_versions
GalleryImageVersionsOperations

GalleryImageVersionsOperations operations

gallery_applications
GalleryApplicationsOperations

GalleryApplicationsOperations operations

gallery_application_versions
GalleryApplicationVersionsOperations

GalleryApplicationVersionsOperations operations

gallery_sharing_profile
GallerySharingProfileOperations

GallerySharingProfileOperations operations

shared_galleries
SharedGalleriesOperations

SharedGalleriesOperations operations

shared_gallery_images
SharedGalleryImagesOperations

SharedGalleryImagesOperations operations

shared_gallery_image_versions
SharedGalleryImageVersionsOperations

SharedGalleryImageVersionsOperations operations

Methods

close

close

close() -> None