IWebAppBase.TrafficManagerHostNames Property
Definition
Gets list of Azure Traffic manager host names associated with web app.
public System.Collections.Generic.ISet<string> TrafficManagerHostNames { get; }
member this.TrafficManagerHostNames : System.Collections.Generic.ISet<string>
Public ReadOnly Property TrafficManagerHostNames As ISet(Of String)