azure.mgmt.compute.v2023_07_03 package¶
Submodules¶
- azure.mgmt.compute.v2023_07_03.models module
AggregatedReplicationState
ApiError
ApiErrorBase
Architecture
CommunityGallery
CommunityGalleryImage
CommunityGalleryImageIdentifier
CommunityGalleryImageList
CommunityGalleryImageVersion
CommunityGalleryImageVersionList
CommunityGalleryInfo
CommunityGalleryMetadata
ConfidentialVMEncryptionType
DataDiskImageEncryption
Disallowed
DiskImageEncryption
EdgeZoneStorageAccountType
EncryptionImages
ExtendedLocation
ExtendedLocationTypes
Gallery
GalleryApplication
GalleryApplicationCustomAction
GalleryApplicationCustomActionParameter
GalleryApplicationCustomActionParameterType
GalleryApplicationList
GalleryApplicationUpdate
GalleryApplicationVersion
GalleryApplicationVersionList
GalleryApplicationVersionPublishingProfile
GalleryApplicationVersionSafetyProfile
GalleryApplicationVersionUpdate
GalleryArtifactPublishingProfileBase
GalleryArtifactSafetyProfileBase
GalleryArtifactSource
GalleryArtifactVersionFullSource
GalleryArtifactVersionSource
GalleryDataDiskImage
GalleryDiskImage
GalleryDiskImageSource
GalleryExpandParams
GalleryExtendedLocation
GalleryExtendedLocationType
GalleryIdentifier
GalleryImage
GalleryImageFeature
GalleryImageIdentifier
GalleryImageList
GalleryImageUpdate
GalleryImageVersion
GalleryImageVersionList
GalleryImageVersionPublishingProfile
GalleryImageVersionSafetyProfile
GalleryImageVersionStorageProfile
GalleryImageVersionUefiSettings
GalleryImageVersionUpdate
GalleryList
GalleryOSDiskImage
GalleryProvisioningState
GallerySharingPermissionTypes
GalleryTargetExtendedLocation
GalleryUpdate
HostCaching
HyperVGeneration
ImagePurchasePlan
ImageVersionSecurityProfile
InnerError
LatestGalleryImageVersion
ManagedArtifact
OSDiskImageEncryption
OSDiskImageSecurityProfile
OperatingSystemStateTypes
OperatingSystemTypes
PirCommunityGalleryResource
PirResource
PirSharedGalleryResource
PolicyViolation
PolicyViolationCategory
RecommendedMachineConfiguration
RegionalReplicationStatus
RegionalSharingStatus
ReplicationMode
ReplicationState
ReplicationStatus
ReplicationStatusTypes
Resource
ResourceRange
ResourceWithOptionalLocation
SelectPermissions
SharedGallery
SharedGalleryDataDiskImage
SharedGalleryDiskImage
SharedGalleryHostCaching
SharedGalleryImage
SharedGalleryImageList
SharedGalleryImageVersion
SharedGalleryImageVersionList
SharedGalleryImageVersionStorageProfile
SharedGalleryList
SharedGalleryOSDiskImage
SharedToValues
SharingProfile
SharingProfileGroup
SharingProfileGroupTypes
SharingState
SharingStatus
SharingUpdate
SharingUpdateOperationTypes
SoftDeletePolicy
StorageAccountType
SubResource
SubResourceReadOnly
SystemData
TargetRegion
UefiKey
UefiKeySignatures
UefiKeyType
UefiSignatureTemplateName
UpdateResourceDefinition
UserArtifactManage
UserArtifactSettings
UserArtifactSource
UserAssignedIdentitiesValue
- azure.mgmt.compute.v2023_07_03.operations module
CommunityGalleriesOperations
CommunityGalleryImageVersionsOperations
CommunityGalleryImagesOperations
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
SharedGalleriesOperations
SharedGalleryImageVersionsOperations
SharedGalleryImagesOperations
Module contents¶
- class azure.mgmt.compute.v2023_07_03.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.v2023_07_03.operations.GalleriesOperations) – GalleriesOperations operations
gallery_images (azure.mgmt.compute.v2023_07_03.operations.GalleryImagesOperations) – GalleryImagesOperations operations
gallery_image_versions (azure.mgmt.compute.v2023_07_03.operations.GalleryImageVersionsOperations) – GalleryImageVersionsOperations operations
gallery_applications (azure.mgmt.compute.v2023_07_03.operations.GalleryApplicationsOperations) – GalleryApplicationsOperations operations
gallery_application_versions (azure.mgmt.compute.v2023_07_03.operations.GalleryApplicationVersionsOperations) – GalleryApplicationVersionsOperations operations
gallery_sharing_profile (azure.mgmt.compute.v2023_07_03.operations.GallerySharingProfileOperations) – GallerySharingProfileOperations operations
shared_galleries (azure.mgmt.compute.v2023_07_03.operations.SharedGalleriesOperations) – SharedGalleriesOperations operations
shared_gallery_images (azure.mgmt.compute.v2023_07_03.operations.SharedGalleryImagesOperations) – SharedGalleryImagesOperations operations
shared_gallery_image_versions (azure.mgmt.compute.v2023_07_03.operations.SharedGalleryImageVersionsOperations) – SharedGalleryImageVersionsOperations operations
community_galleries (azure.mgmt.compute.v2023_07_03.operations.CommunityGalleriesOperations) – CommunityGalleriesOperations operations
community_gallery_images (azure.mgmt.compute.v2023_07_03.operations.CommunityGalleryImagesOperations) – CommunityGalleryImagesOperations operations
community_gallery_image_versions (azure.mgmt.compute.v2023_07_03.operations.CommunityGalleryImageVersionsOperations) – CommunityGalleryImageVersionsOperations 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: