次の方法で共有


ApplicationGatewaySslPolicy.DisabledSslProtocols プロパティ

定義

アプリケーション ゲートウェイで無効にする ssl プロトコルを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="disabledSslProtocols")]
public System.Collections.Generic.IList<string> DisabledSslProtocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disabledSslProtocols")>]
member this.DisabledSslProtocols : System.Collections.Generic.IList<string> with get, set
Public Property DisabledSslProtocols As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象