Encryption Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Encryption() |
Inicializa uma nova instância da classe Encryption. |
Encryption(String, EncryptionType) |
Inicializa uma nova instância da classe Encryption. |
Encryption()
Inicializa uma nova instância da classe Encryption.
public Encryption ();
Public Sub New ()
Aplica-se a
Encryption(String, EncryptionType)
Inicializa uma nova instância da classe Encryption.
public Encryption (string diskEncryptionSetId = default, Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionType type = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.Encryption : string * Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionType -> Microsoft.Azure.Management.Compute.Fluent.Models.Encryption
Public Sub New (Optional diskEncryptionSetId As String = Nothing, Optional type As EncryptionType = Nothing)
Parâmetros
- diskEncryptionSetId
- String
ResourceId do conjunto de criptografia de disco a ser usado para habilitar a criptografia em repouso.
- type
- EncryptionType
Os valores possíveis incluem: 'EncryptionAtRestWithPlatformKey', 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'
Aplica-se a
Azure SDK for .NET