TrafficManagerProfile.UpdateStages.WithEndpoint Interface
public static interface TrafficManagerProfile.UpdateStages.WithEndpoint
The stage of the traffic manager profile update allowing to specify endpoints.
Modifier and Type | Method and Description |
---|---|
abstract
Azure |
define Begins the definition of an Azure endpoint to be attached to the traffic manager profile. |
abstract
External |
define Begins the definition of an external endpoint to be attached to the traffic manager profile. |
abstract
Nested |
define Begins the definition of a nested profile endpoint to be attached to the traffic manager profile. |
abstract
Update |
update Begins the description of an update of an existing Azure endpoint in this profile. |
abstract
Update |
update Begins the description of an update of an existing external endpoint in this profile. |
abstract
Update |
update Begins the description of an update of an existing nested traffic manager profile endpoint in this profile. |
abstract Update |
without Removes an endpoint in the profile. |
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:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: