Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>
,TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT>
The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.
-
Method Summary
Modifier and TypeMethodDescriptiontoProfile
(TrafficManagerProfile profile) Specifies a nested traffic manager profile for the endpoint.
-
Method Details
-
toProfile
TrafficManagerEndpoint.UpdateDefinitionStages.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
-