次の方法で共有


HostNameSslState.SslState プロパティ

定義

SSL の種類を取得または設定します。 使用できる値は、'Disabled'、'SniEnabled'、'IpBasedEnabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="sslState")]
public Microsoft.Azure.Management.WebSites.Models.SslState? SslState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sslState")>]
member this.SslState : Nullable<Microsoft.Azure.Management.WebSites.Models.SslState> with get, set
Public Property SslState As Nullable(Of SslState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象