Interface TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>,TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.DefinitionStages
public static interface TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>toProfile(TrafficManagerProfile profile)Specifies a nested traffic manager profile for the endpoint.
-
-
-
Method Detail
-
toProfile
TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT> toProfile(TrafficManagerProfile profile)
Specifies a nested traffic manager profile for the endpoint.- Parameters:
profile- the nested traffic manager profile- Returns:
- the next stage of the definition
-
-