次の方法で共有


ApplicationGatewayAvailableSslOptions.AvailableCipherSuites プロパティ

定義

使用可能な Ssl 暗号スイートの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象