Compartir a través de


HostNameBindingInner.SslState Propiedad

Definición

Obtiene o establece el tipo SSL. Entre los valores posibles se incluyen: "Disabled", "SniEnabled", "IpBasedEnabled"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sslState")]
public Microsoft.Azure.Management.AppService.Fluent.Models.SslState? SslState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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