ITrafficManagerProfile.ExternalEndpoints 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.
Gets external endpoints in the traffic manager profile, indexed by the name.
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerExternalEndpoint> ExternalEndpoints { get; }
member this.ExternalEndpoints : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerExternalEndpoint>
Public ReadOnly Property ExternalEndpoints As IReadOnlyDictionary(Of String, ITrafficManagerExternalEndpoint)