次の方法で共有


IpsecPolicy.IpsecIntegrity プロパティ

定義

IPSec 整合性アルゴリズム (IKE フェーズ 1) を取得または設定します。 使用できる値は、'MD5'、'SHA1'、'SHA256'、'GCMAES128'、'GCMAES192'、'GCMAES256' です。

[Newtonsoft.Json.JsonProperty(PropertyName="ipsecIntegrity")]
public Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity IpsecIntegrity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipsecIntegrity")>]
member this.IpsecIntegrity : Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity with get, set
Public Property IpsecIntegrity As IpsecIntegrity

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象