DiskEncryptionSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
disk encryption set resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DiskEncryptionSet : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiskEncryptionSet = class
inherit Resource
Public Class DiskEncryptionSet
Inherits Resource
- Inheritance
- Attributes
Constructors
DiskEncryptionSet() |
Initializes a new instance of the DiskEncryptionSet class. |
DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String) |
Initializes a new instance of the DiskEncryptionSet class. |
Properties
ActiveKey |
Gets or sets the key vault key which is currently used by this disk encryption set. |
AutoKeyRotationError |
Gets the error that was encountered during auto-key rotation. If an error is present, then auto-key rotation will not be attempted until the error on this disk encryption set is fixed. |
EncryptionType |
Gets or sets possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys', 'ConfidentialVmEncryptedWithCustomerKey' |
FederatedClientId |
Gets or sets multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property. |
Id |
Gets resource Id (Inherited from Resource) |
Identity | |
LastKeyRotationTimestamp |
Gets the time when the active key of this disk encryption set was updated. |
Location |
Gets or sets resource location (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
PreviousKeys |
Gets a readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. |
ProvisioningState |
Gets the disk encryption set provisioning state. |
RotationToLatestKeyVersionEnabled |
Gets or sets set this flag to true to enable auto-updating of this disk encryption set to the latest key version. |
Tags |
Gets or sets resource tags (Inherited from Resource) |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |