DiskEncryptionSetUpdate Constructors
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.
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'
- activeKey
- KeyVaultAndKeyReference
- tags
- IDictionary<String,String>
Resource tags