TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT> Interface
Type Parameters
- ParentT
the return type of UpdateDefinitionStages.WithAttach#attach()
public static interface TrafficManagerEndpoint.DefinitionStages.WithNestedProfile
The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
toProfile(TrafficManagerProfile profile)
Specifies a nested traffic manager profile for the endpoint. |
Method Details
toProfile
public abstract TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold
Specifies a nested traffic manager profile for the endpoint.
Parameters:
profile
- the nested traffic manager profile
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java