Partager via


DiskEncryptionSetUpdate Constructeurs

Définition

Surcharges

DiskEncryptionSetUpdate()

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

DiskEncryptionSetUpdate()

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

public DiskEncryptionSetUpdate ();
Public Sub New ()

S’applique à

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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)

Paramètres

encryptionType
String

Les valeurs possibles sont les suivantes : « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys »

activeKey
KeyForDiskEncryptionSet

Clé active du chiffrement

S’applique à

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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

Paramètres

encryptionType
String

Les valeurs possibles sont les suivantes : « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys »

tags
IDictionary<String,String>

Balises de ressource

S’applique à

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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)

Paramètres

encryptionType
String

Les valeurs possibles sont les suivantes : « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys », « ConfidentialVmEncryptedWithCustomerKey »

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Définissez cet indicateur sur true pour activer la mise à jour automatique de ce jeu de chiffrement de disque vers la dernière version de clé.

tags
IDictionary<String,String>

Balises de ressource

S’applique à

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

Initialise une nouvelle instance de la classe DiskEncryptionSetUpdate.

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)

Paramètres

encryptionType
String

Les valeurs possibles sont les suivantes : « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys », « ConfidentialVmEncryptedWithCustomerKey »

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

Définissez cet indicateur sur true pour activer la mise à jour automatique de ce jeu de chiffrement de disque vers la dernière version de clé.

federatedClientId
String

ID client d’application multilocataire pour accéder au coffre de clés dans un autre locataire. La définition de la valeur sur « None » efface la propriété.

tags
IDictionary<String,String>

Balises de ressource

S’applique à