HostNameSslState.SslState 속성

정의

SSL 형식을 가져오거나 설정합니다. 가능한 값은 'Disabled', 'SniEnabled', 'IpBasedEnabled'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상