ISite.HostNameSslState Property

Definition

Hostname SSL states are used to manage the SSL bindings for app's hostnames.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Hostname SSL states are used to manage the SSL bindings for app's hostnames.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) }, ReadOnly=false, Required=false, SerializedName="hostNameSslStates")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[] HostNameSslState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Hostname SSL states are used to manage the SSL bindings for app's hostnames.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) }, ReadOnly=false, Required=false, SerializedName="hostNameSslStates")>]
member this.HostNameSslState : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[] with get, set
Public Property HostNameSslState As IHostNameSslState()

Property Value

Attributes

Applies to