Interface TrafficManagerProfile.DefinitionStages.WithEndpoint
-
- All Known Subinterfaces:
TrafficManagerProfile.Definition,TrafficManagerProfile.DefinitionStages.WithCreate
- Enclosing interface:
- TrafficManagerProfile.DefinitionStages
public static interface TrafficManagerProfile.DefinitionStages.WithEndpointThe stage of the traffic manager profile definition allowing to specify endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 Detail
-
defineAzureTargetEndpoint
TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> 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
TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> 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
TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate> 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
-
-