Interface TrafficManagerProfile.UpdateStages.WithEndpoint
- All Known Subinterfaces:
TrafficManagerProfile.Update
- Enclosing interface:
- TrafficManagerProfile.UpdateStages
public static interface TrafficManagerProfile.UpdateStages.WithEndpoint
The stage of the traffic manager profile update allowing to specify endpoints.
-
Method Summary
Modifier and TypeMethodDescriptionTrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.Update>
Begins the definition of an Azure endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.Update>
Begins the definition of an external endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.Update>
Begins the definition of a nested profile endpoint to be attached to the traffic manager profile.Begins the description of an update of an existing Azure endpoint in this profile.Begins the description of an update of an existing external endpoint in this profile.Begins the description of an update of an existing nested traffic manager profile endpoint in this profile.withoutEndpoint
(String name) Removes an endpoint in the profile.
-
Method Details
-
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
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
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
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
Removes an endpoint in the profile.- Parameters:
name
- the name of the endpoint- Returns:
- the next stage of the traffic manager profile update
-