EncryptionType クラス

定義

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)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

EncryptionType()

EncryptionType の値を定義します。

フィールド

EncryptionAtRestWithCustomerKey

EncryptionType の値を定義します。

EncryptionAtRestWithPlatformAndCustomerKeys

EncryptionType の値を定義します。

EncryptionAtRestWithPlatformKey

EncryptionType の値を定義します。

プロパティ

Value

EncryptionType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

EncryptionType の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

EncryptionType の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

EncryptionType の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

EncryptionType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象