IHostNameBinding.SslState Property

Definition

SSL type

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Disabled", "SniEnabled", "IpBasedEnabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="SSL type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sslState", Update=false)]
public string SslState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Disabled", "SniEnabled", "IpBasedEnabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="SSL type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sslState", Update=false)>]
member this.SslState : string with get, set
Public Property SslState As String

Property Value

Attributes

Applies to