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