HostNameBinding.SslState Property

Definition

Gets or sets SSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to