ComputeManagementClient Class

Compute Client.

Inheritance
builtins.object
ComputeManagementClient

Constructor

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

Parameters

credential
AsyncTokenCredential
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

Methods

close

close

async close() -> None