SecurityType 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 SecurityType da máquina virtual. Ele precisa ser definido como qualquer valor especificado para habilitar UefiSettings. O comportamento padrão é: UefiSettings não será habilitado, a menos que essa propriedade esteja definida.
public readonly struct SecurityType : IEquatable<Azure.ResourceManager.Compute.Models.SecurityType>
type SecurityType = struct
Public Structure SecurityType
Implements IEquatable(Of SecurityType)
- Herança
-
SecurityType
- Implementações
Construtores
SecurityType(String) |
Inicializa uma nova instância de SecurityType. |
Propriedades
ConfidentialVm |
ConfidentialVM. |
TrustedLaunch |
TrustedLaunch. |
Métodos
Equals(SecurityType) |
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(SecurityType, SecurityType) |
Determina se dois SecurityType valores são os mesmos. |
Implicit(String to SecurityType) |
Converte uma cadeia de caracteres em um SecurityType. |
Inequality(SecurityType, SecurityType) |
Determina se dois SecurityType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET