SecurityEncryptionType Estrutura
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.
Especifica o EncryptionType do disco gerenciado. Ele é definido como DiskWithVMGuestState para criptografia do disco gerenciado junto com o blob VMGuestState e VMGuestStateOnly para criptografia apenas do blob VMGuestState. Nota: Ele pode ser definido apenas para VMs confidenciais.
public readonly struct SecurityEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
type SecurityEncryptionType = struct
Public Structure SecurityEncryptionType
Implements IEquatable(Of SecurityEncryptionType)
- Herança
-
SecurityEncryptionType
- Implementações
Construtores
SecurityEncryptionType(String) |
Inicializa uma nova instância de SecurityEncryptionType. |
Propriedades
DiskWithVmGuestState |
DiskWithVMGuestState. |
VmGuestStateOnly |
VMGuestStateOnly. |
Métodos
Equals(SecurityEncryptionType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(SecurityEncryptionType, SecurityEncryptionType) |
Determina se dois SecurityEncryptionType valores são os mesmos. |
Implicit(String to SecurityEncryptionType) |
Converte uma cadeia de caracteres em um SecurityEncryptionType. |
Inequality(SecurityEncryptionType, SecurityEncryptionType) |
Determina se dois SecurityEncryptionType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET