azure.mgmt.compute.v2021_10_01 package¶
Submodules¶
- azure.mgmt.compute.v2021_10_01.models module
AggregatedReplicationState
ApiError
ApiErrorBase
Architecture
CommunityGalleryInfo
ConfidentialVMEncryptionType
DataDiskImageEncryption
Disallowed
DiskImageEncryption
EncryptionImages
Gallery
GalleryApplication
GalleryApplicationList
GalleryApplicationUpdate
GalleryApplicationVersion
GalleryApplicationVersionList
GalleryApplicationVersionPropertiesProvisioningState
GalleryApplicationVersionPropertiesProvisioningState.CREATING
GalleryApplicationVersionPropertiesProvisioningState.DELETING
GalleryApplicationVersionPropertiesProvisioningState.FAILED
GalleryApplicationVersionPropertiesProvisioningState.MIGRATING
GalleryApplicationVersionPropertiesProvisioningState.SUCCEEDED
GalleryApplicationVersionPropertiesProvisioningState.UPDATING
GalleryApplicationVersionPublishingProfile
GalleryApplicationVersionUpdate
GalleryArtifactPublishingProfileBase
GalleryArtifactSource
GalleryArtifactVersionSource
GalleryDataDiskImage
GalleryDiskImage
GalleryExpandParams
GalleryExtendedLocation
GalleryExtendedLocationType
GalleryIdentifier
GalleryImage
GalleryImageFeature
GalleryImageIdentifier
GalleryImageList
GalleryImagePropertiesProvisioningState
GalleryImageUpdate
GalleryImageVersion
GalleryImageVersionList
GalleryImageVersionPropertiesProvisioningState
GalleryImageVersionPropertiesProvisioningState.CREATING
GalleryImageVersionPropertiesProvisioningState.DELETING
GalleryImageVersionPropertiesProvisioningState.FAILED
GalleryImageVersionPropertiesProvisioningState.MIGRATING
GalleryImageVersionPropertiesProvisioningState.SUCCEEDED
GalleryImageVersionPropertiesProvisioningState.UPDATING
GalleryImageVersionPublishingProfile
GalleryImageVersionStorageProfile
GalleryImageVersionUpdate
GalleryList
GalleryOSDiskImage
GalleryPropertiesProvisioningState
GallerySharingPermissionTypes
GalleryTargetExtendedLocation
GalleryUpdate
HostCaching
HyperVGeneration
ImagePurchasePlan
InnerError
ManagedArtifact
OSDiskImageEncryption
OSDiskImageSecurityProfile
OperatingSystemStateTypes
OperatingSystemTypes
RecommendedMachineConfiguration
RegionalReplicationStatus
RegionalSharingStatus
ReplicationMode
ReplicationState
ReplicationStatus
ReplicationStatusTypes
Resource
ResourceRange
SelectPermissions
SharingProfile
SharingProfileGroup
SharingProfileGroupTypes
SharingState
SharingStatus
SharingUpdate
SharingUpdateOperationTypes
SoftDeletePolicy
StorageAccountType
TargetRegion
UpdateResourceDefinition
UserArtifactManage
UserArtifactSource
- azure.mgmt.compute.v2021_10_01.operations module
GalleriesOperations
GalleryApplicationVersionsOperations
GalleryApplicationVersionsOperations.begin_create_or_update()
GalleryApplicationVersionsOperations.begin_delete()
GalleryApplicationVersionsOperations.begin_update()
GalleryApplicationVersionsOperations.get()
GalleryApplicationVersionsOperations.list_by_gallery_application()
GalleryApplicationVersionsOperations.models
GalleryApplicationsOperations
GalleryImageVersionsOperations
GalleryImagesOperations
GallerySharingProfileOperations
Module contents¶
- class azure.mgmt.compute.v2021_10_01.ComputeManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]¶
Bases:
object
Compute Client.
- Variables:
galleries (azure.mgmt.compute.v2021_10_01.operations.GalleriesOperations) – GalleriesOperations operations
gallery_images (azure.mgmt.compute.v2021_10_01.operations.GalleryImagesOperations) – GalleryImagesOperations operations
gallery_image_versions (azure.mgmt.compute.v2021_10_01.operations.GalleryImageVersionsOperations) – GalleryImageVersionsOperations operations
gallery_applications (azure.mgmt.compute.v2021_10_01.operations.GalleryApplicationsOperations) – GalleryApplicationsOperations operations
gallery_application_versions (azure.mgmt.compute.v2021_10_01.operations.GalleryApplicationVersionsOperations) – GalleryApplicationVersionsOperations operations
gallery_sharing_profile (azure.mgmt.compute.v2021_10_01.operations.GallerySharingProfileOperations) – GallerySharingProfileOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: