ITrafficManagerExternalEndpoint Interface

Definition

An immutable client-side representation of an Azure traffic manager profile external endpoint.

public interface ITrafficManagerExternalEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint,Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint>, Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint
type ITrafficManagerExternalEndpoint = interface
    interface ITrafficManagerEndpoint
    interface IExternalChildResource<ITrafficManagerEndpoint, ITrafficManagerProfile>
    interface IChildResource<ITrafficManagerProfile>
    interface IHasName
    interface IIndexable
    interface IHasParent<ITrafficManagerProfile>
    interface IRefreshable<ITrafficManagerEndpoint>
    interface IHasInner<EndpointInner>
Public Interface ITrafficManagerExternalEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint), ITrafficManagerEndpoint
Implements

Properties

CustomHeaders

Gets the monitor custom headers

(Inherited from ITrafficManagerEndpoint)
EndpointType

Gets the endpoint type.

(Inherited from ITrafficManagerEndpoint)
Fqdn

Gets the fully qualified DNS name of the external endpoint.

GeographicLocationCodes

Gets the geographic location codes indicating the locations to which traffic will be distributed.

(Inherited from ITrafficManagerEndpoint)
Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
Inner (Inherited from IHasInner<T>)
IsEnabled

Gets true if the endpoint is enabled, false otherwise.

(Inherited from ITrafficManagerEndpoint)
Key (Inherited from IIndexable)
MonitorStatus

Gets the monitor status of the endpoint.

(Inherited from ITrafficManagerEndpoint)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
RoutingPriority

Gets the priority of the endpoint which is used when traffic manager profile is configured with Priority traffic-routing method.

(Inherited from ITrafficManagerEndpoint)
RoutingWeight

Gets the weight of the endpoint which is used when traffic manager profile is configured with Weighted traffic-routing method.

(Inherited from ITrafficManagerEndpoint)
SourceTrafficLocation

Gets the location of the traffic that the endpoint handles.

SubnetRoute

Gets the subnet route for the subnet routing feature

(Inherited from ITrafficManagerEndpoint)

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to