TrafficManagerProfile.DefinitionStages.WithEndpoint Interface

public static interface TrafficManagerProfile.DefinitionStages.WithEndpoint

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

Method Summary

Modifier and Type Method and Description
abstract AzureTargetEndpointBlank<WithCreate> defineAzureTargetEndpoint(String name)

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

abstract ExternalTargetEndpointBlank<WithCreate> defineExternalTargetEndpoint(String name)

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

abstract NestedProfileTargetEndpointBlank<WithCreate> defineNestedTargetEndpoint(String name)

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

Method Details

defineAzureTargetEndpoint

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