KeyForDiskEncryptionSet Class

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
KeyForDiskEncryptionSet

Constructor

KeyForDiskEncryptionSet(*, key_url: str, source_vault: _models.SourceVault | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source_vault

Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.

key_url
str

Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. Required.

Variables

Name Description
source_vault

Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.

key_url
str

Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. Required.