IHostNameBindingProperties.HostNameType 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 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