IUpdateAzureEndpoint Interface

Definition

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

public interface IUpdateAzureEndpoint : 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.IWithAzureResource
type IUpdateAzureEndpoint = interface
    interface IWithAzureResource
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateAzureEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithAzureResource
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
ToResourceId(String)

Specifies the resource ID of an Azure resource. supported Azure resources are cloud service, web app or public ip.

(Inherited from IWithAzureResource)
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