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 Azure.
- Inheritance
-
KeyForDiskEncryptionSet
Constructor
KeyForDiskEncryptionSet(*, key_url: str, source_vault: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.SourceVault] = None, **kwargs)
Parameters
- source_vault
- SourceVault
Required
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
Required
Required. Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
Feedback
Submit and view feedback for