ISitePatchResourceProperties.HostName Property

Definition

Hostnames associated with the app.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Hostnames associated with the app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="hostNames", Update=false)]
public System.Collections.Generic.List<string> HostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Hostnames associated with the app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="hostNames", Update=false)>]
member this.HostName : System.Collections.Generic.List<string>
Public ReadOnly Property HostName As List(Of String)

Property Value

Attributes

Applies to