Condividi tramite


IHostNameSslState.HostType Property

Definition

Indicates whether the hostname is a standard or repository hostname.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates whether the hostname is a standard or repository hostname.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType) }, ReadOnly=false, Required=false, SerializedName="hostType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType? HostType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates whether the hostname is a standard or repository hostname.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType) }, ReadOnly=false, Required=false, SerializedName="hostType")>]
member this.HostType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType> with get, set
Public Property HostType As Nullable(Of HostType)

Property Value

Attributes

Applies to