Site.HostNameSslStates Property

Definition

Gets or sets hostname SSL states are used to manage the SSL bindings for app's hostnames.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to