RestorePointEncryption 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
RestorePointEncryption() |
Initialise une nouvelle instance de la classe RestorePointEncryption. |
RestorePointEncryption(DiskEncryptionSetParameters, String) |
Initialise une nouvelle instance de la classe RestorePointEncryption. |
RestorePointEncryption()
Initialise une nouvelle instance de la classe RestorePointEncryption.
public RestorePointEncryption ();
Public Sub New ()
S’applique à
RestorePointEncryption(DiskEncryptionSetParameters, String)
Initialise une nouvelle instance de la classe RestorePointEncryption.
public RestorePointEncryption (Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters diskEncryptionSet = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointEncryption : Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters * string -> Microsoft.Azure.Management.Compute.Models.RestorePointEncryption
Public Sub New (Optional diskEncryptionSet As DiskEncryptionSetParameters = Nothing, Optional type As String = Nothing)
Paramètres
- diskEncryptionSet
- DiskEncryptionSetParameters
- type
- String
Les valeurs possibles sont les suivantes : « EncryptionAtRestWithPlatformKey », « EncryptionAtRestWithCustomerKey », « EncryptionAtRestWithPlatformAndCustomerKeys »
S’applique à
Azure SDK for .NET