IWithAttach<ParentT> Interface

Definition

The final stage of the traffic manager profile endpoint definition. At this stage, any remaining optional settings can be specified, or the traffic manager profile endpoint definition can be attached to the parent traffic manager profile definition using TrafficManagerEndpoint.DefinitionStages.WithAttach.attach().

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithGeographicLocation<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingPriority<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingWeight<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithSubnetRouting<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithTrafficDisabled<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithRoutingWeight<'ParentT>
    interface IWithRoutingPriority<'ParentT>
    interface IWithSubnetRouting<'ParentT>
    interface IWithCustomHeaders<'ParentT>
    interface IWithGeographicLocation<'ParentT>
    interface IWithTrafficDisabled<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithCustomHeaders(Of ParentT), IWithGeographicLocation(Of ParentT), IWithRoutingPriority(Of ParentT), IWithRoutingWeight(Of ParentT), IWithSubnetRouting(Of ParentT), IWithTrafficDisabled(Of ParentT)

Type Parameters

ParentT

The return type of TrafficManagerEndpoint.DefinitionStages.WithAttach.attach().

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithCustomHeader(String, String)

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

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

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

(Inherited from IWithCustomHeaders<ParentT>)
WithGeographicLocation(IGeographicLocation)

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

(Inherited from IWithGeographicLocation<ParentT>)
WithGeographicLocation(String)

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

(Inherited from IWithGeographicLocation<ParentT>)
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 TrafficRoutingMethod.GEOGRAPHIC.

(Inherited from IWithGeographicLocation<ParentT>)
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 TrafficRoutingMethod.GEOGRAPHIC.

(Inherited from IWithGeographicLocation<ParentT>)
WithRoutingPriority(Int32)

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

(Inherited from IWithRoutingPriority<ParentT>)
WithRoutingWeight(Int32)

Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method TrafficRoutingMethod.WEIGHTED.

(Inherited from IWithRoutingWeight<ParentT>)
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<ParentT>)
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<ParentT>)
WithTrafficDisabled()

Specifies that this endpoint should be excluded from receiving traffic.

(Inherited from IWithTrafficDisabled<ParentT>)

Applies to