Interface TrafficManagerProfile.UpdateStages.WithEndpoint
-
- All Known Subinterfaces:
TrafficManagerProfile.Update
- Enclosing interface:
- TrafficManagerProfile.UpdateStages
public static interface TrafficManagerProfile.UpdateStages.WithEndpointThe stage of the traffic manager profile update allowing to specify endpoints.
-
-
Method Summary
-
-
-
Method Detail
-
defineAzureTargetEndpoint
TrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.Update> defineAzureTargetEndpoint(String name)
Begins the 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.UpdateDefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.Update> defineExternalTargetEndpoint(String name)
Begins the 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.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.Update> defineNestedTargetEndpoint(String name)
Begins the definition of a 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
-
updateAzureTargetEndpoint
TrafficManagerEndpoint.UpdateAzureEndpoint updateAzureTargetEndpoint(String name)
Begins the description of an update of an existing Azure endpoint in this profile.- Parameters:
name- the name of the Azure endpoint- Returns:
- the stage representing updating configuration for the Azure endpoint
-
updateExternalTargetEndpoint
TrafficManagerEndpoint.UpdateExternalEndpoint updateExternalTargetEndpoint(String name)
Begins the description of an update of an existing external endpoint in this profile.- Parameters:
name- the name of the external endpoint- Returns:
- the stage representing updating configuration for the external endpoint
-
updateNestedProfileTargetEndpoint
TrafficManagerEndpoint.UpdateNestedProfileEndpoint updateNestedProfileTargetEndpoint(String name)
Begins the description of an update of an existing nested traffic manager profile endpoint in this profile.- Parameters:
name- the name of the nested profile endpoint- Returns:
- the stage representing updating configuration for the nested traffic manager profile endpoint
-
withoutEndpoint
TrafficManagerProfile.Update withoutEndpoint(String name)
Removes an endpoint in the profile.- Parameters:
name- the name of the endpoint- Returns:
- the next stage of the traffic manager profile update
-
-