TrafficManagerProfile.UpdateStages.WithEndpoint Interface
public static interface TrafficManagerProfile.UpdateStages.WithEndpoint
The stage of the traffic manager profile update allowing to specify endpoints.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Azure |
defineAzureTargetEndpoint(String name)
Begins the definition of an Azure endpoint to be attached to the traffic manager profile. |
abstract
External |
defineExternalTargetEndpoint(String name)
Begins the definition of an external endpoint to be attached to the traffic manager profile. |
abstract
Nested |
defineNestedTargetEndpoint(String name)
Begins the definition of a nested profile endpoint to be attached to the traffic manager profile. |
abstract
Update |
updateAzureTargetEndpoint(String name)
Begins the description of an update of an existing Azure endpoint in this profile. |
abstract
Update |
updateExternalTargetEndpoint(String name)
Begins the description of an update of an existing external endpoint in this profile. |
abstract
Update |
updateNestedProfileTargetEndpoint(String name)
Begins the description of an update of an existing nested traffic manager profile endpoint in this profile. |
abstract Update |
withoutEndpoint(String name)
Removes an endpoint in the profile. |
Method Details
defineAzureTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank
Begins the definition of an Azure endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
defineExternalTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank
Begins the definition of an external endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
defineNestedTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank
Begins the definition of a nested profile endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
updateAzureTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateAzureEndpoint updateAzureTargetEndpoint(String name)
Begins the description of an update of an existing Azure endpoint in this profile.
Parameters:
Returns:
updateExternalTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateExternalEndpoint updateExternalTargetEndpoint(String name)
Begins the description of an update of an existing external endpoint in this profile.
Parameters:
Returns:
updateNestedProfileTargetEndpoint
public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint updateNestedProfileTargetEndpoint(String name)
Begins the description of an update of an existing nested traffic manager profile endpoint in this profile.
Parameters:
Returns:
withoutEndpoint
public abstract TrafficManagerProfile.Update withoutEndpoint(String name)
Removes an endpoint in the profile.
Parameters:
Returns:
Applies to
Azure SDK for Java