次の方法で共有


IpsecEncryption クラス

定義

IpsecEncryption の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption>))]
public class IpsecEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption>))>]
type IpsecEncryption = class
    inherit ExpandableStringEnum<IpsecEncryption>
Public Class IpsecEncryption
Inherits ExpandableStringEnum(Of IpsecEncryption)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

IpsecEncryption()

IpsecEncryption の値を定義します。

フィールド

AES128

IpsecEncryption の値を定義します。

AES192

IpsecEncryption の値を定義します。

AES256

IpsecEncryption の値を定義します。

DES

IpsecEncryption の値を定義します。

DES3

IpsecEncryption の値を定義します。

GCMAES128

IpsecEncryption の値を定義します。

GCMAES192

IpsecEncryption の値を定義します。

GCMAES256

IpsecEncryption の値を定義します。

None

IpsecEncryption の値を定義します。

プロパティ

Value

IpsecEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

IpsecEncryption の値を定義します。

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

IpsecEncryption の値を定義します。

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

IpsecEncryption の値を定義します。

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

IpsecEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象