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