VaultPropertiesEncryption 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
VaultPropertiesEncryption() |
Initialise une nouvelle instance de la classe VaultPropertiesEncryption. |
VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String) |
Initialise une nouvelle instance de la classe VaultPropertiesEncryption. |
VaultPropertiesEncryption()
Initialise une nouvelle instance de la classe VaultPropertiesEncryption.
public VaultPropertiesEncryption ();
Public Sub New ()
S’applique à
VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String)
Initialise une nouvelle instance de la classe VaultPropertiesEncryption.
public VaultPropertiesEncryption (Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity kekIdentity = default, string infrastructureEncryption = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption : Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties * Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption
Public Sub New (Optional keyVaultProperties As CmkKeyVaultProperties = Nothing, Optional kekIdentity As CmkKekIdentity = Nothing, Optional infrastructureEncryption As String = Nothing)
Paramètres
- keyVaultProperties
- CmkKeyVaultProperties
- kekIdentity
- CmkKekIdentity
- infrastructureEncryption
- String
Activation/désactivation de l’état double chiffrement. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'
S’applique à
Azure SDK for .NET