IHostName.Type Property

Definition

Type of the hostname.

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

Property Value

Attributes

Applies to