SitePatchResource.HostNameSslStates 속성

정의

호스트 이름 SSL 상태를 가져오거나 설정하면 앱의 호스트 이름에 대한 SSL 바인딩을 관리하는 데 사용됩니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상