Share via


DiskEncryptionSetUpdate Constructors

Definition

Overloads

DiskEncryptionSetUpdate()

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, IDictionary<String,String>)

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, IDictionary<String,String>, EncryptionSetIdentity)

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, String, IDictionary<String,String>, EncryptionSetIdentity)

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate()

Initializes a new instance of the DiskEncryptionSetUpdate class.

public DiskEncryptionSetUpdate ();
Public Sub New ()

Applies to

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initializes a new instance of the DiskEncryptionSetUpdate class.

public DiskEncryptionSetUpdate (string encryptionType, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (encryptionType As String, activeKey As KeyForDiskEncryptionSet)

Parameters

encryptionType
String

Possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'

activeKey
KeyForDiskEncryptionSet

Active Key of the encryption

Applies to

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, IDictionary<String,String>)

Initializes a new instance of the DiskEncryptionSetUpdate class.

public DiskEncryptionSetUpdate (string encryptionType, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey, System.Collections.Generic.IDictionary<string,string> tags);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (encryptionType As String, activeKey As KeyForDiskEncryptionSet, tags As IDictionary(Of String, String))

Parameters

encryptionType
String

Possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'

tags
IDictionary<String,String>

Resource tags

Applies to

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, IDictionary<String,String>, EncryptionSetIdentity)

Initializes a new instance of the DiskEncryptionSetUpdate class.

public DiskEncryptionSetUpdate (string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, bool? rotationToLatestKeyVersionEnabled = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing)

Parameters

encryptionType
String

Possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys', 'ConfidentialVmEncryptedWithCustomerKey'

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

tags
IDictionary<String,String>

Resource tags

Applies to

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, String, IDictionary<String,String>, EncryptionSetIdentity)

Initializes a new instance of the DiskEncryptionSetUpdate class.

public DiskEncryptionSetUpdate (string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, bool? rotationToLatestKeyVersionEnabled = default, string federatedClientId = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * Nullable<bool> * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional federatedClientId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing)

Parameters

encryptionType
String

Possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys', 'ConfidentialVmEncryptedWithCustomerKey'

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

federatedClientId
String

Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.

tags
IDictionary<String,String>

Resource tags

Applies to