DiskEncryptionSetType Classe
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.
Define valores para DiskEncryptionSetType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType>))]
public class DiskEncryptionSetType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType>))>]
type DiskEncryptionSetType = class
inherit ExpandableStringEnum<DiskEncryptionSetType>
Public Class DiskEncryptionSetType
Inherits ExpandableStringEnum(Of DiskEncryptionSetType)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
DiskEncryptionSetType() |
Define valores para DiskEncryptionSetType. |
Campos
EncryptionAtRestWithCustomerKey |
Define valores para DiskEncryptionSetType. |
EncryptionAtRestWithPlatformAndCustomerKeys |
Define valores para DiskEncryptionSetType. |
Propriedades
Value |
Define valores para DiskEncryptionSetType. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para DiskEncryptionSetType. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para DiskEncryptionSetType. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para DiskEncryptionSetType. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para DiskEncryptionSetType. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET