TrafficManagerProfile.DefinitionStages.WithEndpoint Interface

public interface WithEndpoint

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

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> defineAzureTargetEndpoint(String name)

Specifies definition of an Azure endpoint to be attached to the traffic manager profile.

TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> defineExternalTargetEndpoint(String name)

Specifies definition of an external endpoint to be attached to the traffic manager profile.

TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> defineNestedTargetEndpoint(String name)

Specifies definition of an nested profile endpoint to be attached to the traffic manager profile.

Method Details

defineAzureTargetEndpoint

public TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank defineAzureTargetEndpoint(String name)

Specifies definition of an Azure endpoint to be attached to the traffic manager profile.

Parameters:

name - the name for the endpoint

Returns:

the stage representing configuration for the endpoint

defineExternalTargetEndpoint

public TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank defineExternalTargetEndpoint(String name)

Specifies definition of an external endpoint to be attached to the traffic manager profile.

Parameters:

name - the name for the endpoint

Returns:

the stage representing configuration for the endpoint

defineNestedTargetEndpoint

public TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank defineNestedTargetEndpoint(String name)

Specifies definition of an nested profile endpoint to be attached to the traffic manager profile.

Parameters:

name - the name for the endpoint

Returns:

the stage representing configuration for the endpoint

Applies to