IHostNameSslState.HostType Property

Definition

Indicates whether the hostname is a standard or repository hostname.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Standard", "Repository" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Indicates whether the hostname is a standard or repository hostname.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostType", Update=true)]
public string HostType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Standard", "Repository" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Indicates whether the hostname is a standard or repository hostname.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostType", Update=true)>]
member this.HostType : string with get, set
Public Property HostType As String

Property Value

Attributes

Applies to