TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the return type of TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()

Implements

public static interface TrafficManagerEndpoint.DefinitionStages.WithAttach
extends InDefinition<ParentT>, WithRoutingWeight<ParentT>, WithRoutingPriority<ParentT>, WithGeographicLocation<ParentT>, WithTrafficDisabled<ParentT>, WithSubnet<ParentT>, WithCustomHeader<ParentT>

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().

Applies to