DiskEncryptionSet Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DiskEncryptionSet() |
Initialise une nouvelle instance de la classe DiskEncryptionSet. |
DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String) |
Initialise une nouvelle instance de la classe DiskEncryptionSet. |
DiskEncryptionSet()
Initialise une nouvelle instance de la classe DiskEncryptionSet.
public DiskEncryptionSet ();
Public Sub New ()
S’applique à
DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String)
Initialise une nouvelle instance de la classe DiskEncryptionSet.
public DiskEncryptionSet (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default, string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet> previousKeys = default, string provisioningState = default, bool? rotationToLatestKeyVersionEnabled = default, DateTime? lastKeyRotationTimestamp = default, Microsoft.Azure.Management.Compute.Models.ApiError autoKeyRotationError = default, string federatedClientId = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSet : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity * string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet> * string * Nullable<bool> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.ApiError * string -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSet
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing, Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional previousKeys As IList(Of KeyForDiskEncryptionSet) = Nothing, Optional provisioningState As String = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional lastKeyRotationTimestamp As Nullable(Of DateTime) = Nothing, Optional autoKeyRotationError As ApiError = Nothing, Optional federatedClientId As String = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- identity
- EncryptionSetIdentity
- encryptionType
- String
Les valeurs possibles sont les suivantes : « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys », « ConfidentialVmEncryptedWithCustomerKey »
- activeKey
- KeyForDiskEncryptionSet
Clé de coffre de clés actuellement utilisée par ce jeu de chiffrement de disque.
- previousKeys
- IList<KeyForDiskEncryptionSet>
Collection en lecture seule de clés de coffre de clés précédemment utilisées par ce jeu de chiffrement de disque pendant qu’une rotation de clé est en cours. Il sera vide s’il n’y a pas de rotation de clé en cours.
- provisioningState
- String
État d’approvisionnement du jeu de chiffrement de disque.
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é.
Heure à laquelle la clé active de ce jeu de chiffrement de disque a été mise à jour.
- autoKeyRotationError
- ApiError
Erreur rencontrée lors de la rotation automatique de la clé. Si une erreur est présente, la rotation automatique des clés n’est pas tentée tant que l’erreur sur ce jeu de chiffrement de disque n’est pas corrigée.
- 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é.
S’applique à
Azure SDK for .NET