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(Create=true, 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.IHostNameSslState) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostNameSslStates", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostNameSslState> HostNameSslState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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.IHostNameSslState) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostNameSslStates", Update=true)>]
member this.HostNameSslState : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostNameSslState> with get, set
Public Property HostNameSslState As List(Of IHostNameSslState)

Property Value

Attributes

Applies to