Compartir a través de


HostNameSslState.SslState Propiedad

Definición

Obtiene o establece el tipo SSL. Entre los valores posibles se incluyen: '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a