次の方法で共有


ApplicationGatewaySslPredefinedPolicyInner.MinProtocolVersion プロパティ

定義

アプリケーション ゲートウェイでサポートされる Ssl プロトコルの最小バージョンを取得または設定します。 使用できる値は、'TLSv1_0'、'TLSv1_1'、'TLSv1_2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象