DiskEncryptionSetUpdate Class
disk encryption set update resource.
Constructor
DiskEncryptionSetUpdate(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
disk encryption set resource update properties. |
|
tags
|
Resource tags. |
|
identity
|
The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. |
Attributes
identity
The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
identity: _models.EncryptionSetIdentity | None
properties
disk encryption set resource update properties.
properties: _models.DiskEncryptionSetUpdateProperties | None
tags
Resource tags.
tags: dict[str, str] | None