ISitePatchResource.TrafficManagerHostName Property

Definition

Azure Traffic Manager hostnames associated with the app. Read-only.

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

Property Value

Attributes

Applies to