DiskEncryptionSetParameters Class
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
- Inheritance
-
azure.mgmt.compute.v2022_08_01.models._models_py3.SubResourceDiskEncryptionSetParameters
Constructor
DiskEncryptionSetParameters(*, id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource Id. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python