Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.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 update using
Attachable.InDefinition.attach().
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader
withCustomHeader, withCustomHeaders
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation
withGeographicLocation, withGeographicLocation, withGeographicLocations, withGeographicLocations
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority
withRoutingPriority
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight
withRoutingWeight
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet
withSubnet, withSubnet, withSubnets
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled
withTrafficDisabled
-
-