ISitePatchResource.HostNameSslState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hostname SSL states are used to manage the SSL bindings for app's hostnames.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.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.Websites.Models.IHostNameSslState) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostNameSslStates", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IHostNameSslState> HostNameSslState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.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.Websites.Models.IHostNameSslState) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostNameSslStates", Update=true)>]
member this.HostNameSslState : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IHostNameSslState> with get, set
Public Property HostNameSslState As List(Of IHostNameSslState)
Property Value
- Attributes