次の方法で共有


ApplicationGatewayHttpListener.RequireServerNameIndication プロパティ

定義

プロトコルが https の場合にのみ適用できる値を取得または設定します。 マルチホスティング用に SNI を有効にします。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requireServerNameIndication")]
public bool? RequireServerNameIndication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requireServerNameIndication")>]
member this.RequireServerNameIndication : Nullable<bool> with get, set
Public Property RequireServerNameIndication As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象