次の方法で共有


SitePatchResource.HostNameSslStates プロパティ

定義

アプリのホスト名の SSL バインドを管理するために SSL 状態が使用されるホスト名を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNameSslStates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostNameSslState> HostNameSslStates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNameSslStates")>]
member this.HostNameSslStates : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostNameSslState> with get, set
Public Property HostNameSslStates As IList(Of HostNameSslState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象