Share via


DiskEncryptionSetUpdate Constructors

Definition

Overloads

DiskEncryptionSetUpdate()

Initializes a new instance of the DiskEncryptionSetUpdate class.

DiskEncryptionSetUpdate(DiskEncryptionSetType, KeyVaultAndKeyReference, IDictionary<String,String>)

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(DiskEncryptionSetType, KeyVaultAndKeyReference, IDictionary<String,String>)

Initializes a new instance of the DiskEncryptionSetUpdate class.

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

Parameters

encryptionType
DiskEncryptionSetType

Possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'

tags
IDictionary<String,String>

Resource tags

Applies to