IWebAppBase.HostNameSslStates Property

Definition

Gets list of SSL states used to manage the SSL bindings for site's hostnames.

public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState> HostNameSslStates { get; }
member this.HostNameSslStates : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState>
Public ReadOnly Property HostNameSslStates As IReadOnlyDictionary(Of String, HostNameSslState)

Property Value

Applies to