IUpdateExternalEndpoint Interface

Definition

The entirety of an external endpoint update as a part of parent traffic manager profile profile update.

public interface IUpdateExternalEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithFqdn, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateExternalEndpoint = interface
    interface IWithFqdn
    interface IWithSourceTrafficRegion
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateExternalEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithFqdn, IWithSourceTrafficRegion
Implements

Methods

FromRegion(Region)

Specifies the region of the endpoint that will be used when the performance-based routing method TrafficRoutingMethod.PERFORMANCE is enabled on the profile.

(Inherited from IWithSourceTrafficRegion)
Parent() (Inherited from ISettable<ParentT>)
ToFqdn(String)

Specifies the FQDN of an external endpoint that is not hosted in Azure.

(Inherited from IWithFqdn)
WithCustomHeader(String, String)

Specifies the custom header for the endpoint that will be used with health checks

(Inherited from IWithCustomHeaders)
WithCustomHeaders(IDictionary<String,String>)

Specifies the custom header for the endpoint that will be used with health checks

(Inherited from IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation)
WithGeographicLocation(String)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation)
WithGeographicLocations(IList<IGeographicLocation>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation)
WithGeographicLocations(IList<String>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation)
WithoutGeographicLocation(IGeographicLocation)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

(Inherited from IWithGeographicLocation)
WithoutGeographicLocation(String)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

(Inherited from IWithGeographicLocation)
WithRoutingPriority(Int32)

Specifies the weight for the endpoint that will be used when priority-based routing method is TrafficRoutingMethod.PRIORITY enabled on the profile.

(Inherited from IWithRoutingPriority)
WithRoutingWeight(Int32)

Specifies the weight for the endpoint that will be used when the weight-based routing method TrafficRoutingMethod.WEIGHTED is enabled on the profile.

(Inherited from IWithRoutingWeight)
WithSubnetRouting(String, Int32)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

(Inherited from IWithSubnetRouting)
WithSubnetRouting(String, String)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

(Inherited from IWithSubnetRouting)
WithTrafficDisabled()

Specifies that the endpoint should be excluded from receiving traffic.

(Inherited from IWithTrafficDisabledOrEnabled)
WithTrafficEnabled()

Specifies that the endpoint should receive the traffic.

(Inherited from IWithTrafficDisabledOrEnabled)

Applies to