Share via


IHostNameBindingProperties.HostNameType Property

Definition

Hostname type.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Hostname type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.HostNameType) }, ReadOnly=false, Required=false, SerializedName="hostNameType")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.HostNameType? HostNameType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Hostname type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.HostNameType) }, ReadOnly=false, Required=false, SerializedName="hostNameType")>]
member this.HostNameType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.HostNameType> with get, set
Public Property HostNameType As Nullable(Of HostNameType)

Property Value

Attributes

Applies to