TrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT> Interface

Type Parameters

ParentT

the return type of attach()

public interface WithNestedProfile

The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT> toProfile(TrafficManagerProfile profile)

Specifies a nested traffic manager profile for the endpoint.

Method Details

toProfile

public WithSourceTrafficRegionThenThreshold 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

Applies to