EncryptionType Classe
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.
Définit des valeurs pour EncryptionType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionType>))]
public class EncryptionType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionType>))>]
type EncryptionType = class
inherit ExpandableStringEnum<EncryptionType>
Public Class EncryptionType
Inherits ExpandableStringEnum(Of EncryptionType)
- Héritage
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Constructeurs
EncryptionType() |
Définit des valeurs pour EncryptionType. |
Champs
EncryptionAtRestWithCustomerKey |
Définit des valeurs pour EncryptionType. |
EncryptionAtRestWithPlatformAndCustomerKeys |
Définit des valeurs pour EncryptionType. |
EncryptionAtRestWithPlatformKey |
Définit des valeurs pour EncryptionType. |
Propriétés
Value |
Définit des valeurs pour EncryptionType. (Hérité de ExpandableStringEnum<T>) |
Méthodes
Equals(Object) |
Définit des valeurs pour EncryptionType. (Hérité de ExpandableStringEnum<T>) |
Equals(String) |
Définit des valeurs pour EncryptionType. (Hérité de ExpandableStringEnum<T>) |
GetHashCode() |
Définit des valeurs pour EncryptionType. (Hérité de ExpandableStringEnum<T>) |
ToString() |
Définit des valeurs pour EncryptionType. (Hérité de ExpandableStringEnum<T>) |
S’applique à
Azure SDK for .NET