Freigeben über


DiskEncryptionSetUpdate Konstruktoren

Definition

Überlädt

DiskEncryptionSetUpdate()

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

DiskEncryptionSetUpdate()

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

public DiskEncryptionSetUpdate ();
Public Sub New ()

Gilt für:

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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)

Parameter

encryptionType
String

Mögliche Werte sind: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys"

activeKey
KeyForDiskEncryptionSet

Aktiver Schlüssel der Verschlüsselung

Gilt für:

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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))

Parameter

encryptionType
String

Mögliche Werte sind: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys"

tags
IDictionary<String,String>

Ressourcentags

Gilt für:

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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)

Parameter

encryptionType
String

Mögliche Werte: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys", "ConfidentialVmEncryptedWithCustomerKey"

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Legen Sie dieses Flag auf true fest, um die automatische Aktualisierung dieser Datenträgerverschlüsselung auf die neueste Schlüsselversion zu aktivieren.

tags
IDictionary<String,String>

Ressourcentags

Gilt für:

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

Initialisiert eine neue instance der DiskEncryptionSetUpdate-Klasse.

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)

Parameter

encryptionType
String

Mögliche Werte: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys", "ConfidentialVmEncryptedWithCustomerKey"

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Legen Sie dieses Flag auf true fest, um die automatische Aktualisierung dieser Datenträgerverschlüsselung auf die neueste Schlüsselversion zu aktivieren.

federatedClientId
String

Mehrinstanzenfähige Anwendungsclient-ID für den Zugriff auf den Schlüsseltresor in einem anderen Mandanten. Wenn Sie den Wert auf "None" festlegen, wird die Eigenschaft gelöscht.

tags
IDictionary<String,String>

Ressourcentags

Gilt für: