TrafficManagerProfile.DefinitionStages.WithEndpoint Interface
public static interface TrafficManagerProfile.DefinitionStages.WithEndpoint
The stage of the traffic manager profile definition allowing to specify endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Azure |
defineAzureTargetEndpoint(String name)
Specifies definition of an Azure endpoint to be attached to the traffic manager profile. |
abstract
External |
defineExternalTargetEndpoint(String name)
Specifies definition of an external endpoint to be attached to the traffic manager profile. |
abstract
Nested |
defineNestedTargetEndpoint(String name)
Specifies definition of an nested profile endpoint to be attached to the traffic manager profile. |
Method Details
defineAzureTargetEndpoint
public abstract TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank
Specifies definition of an Azure endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
defineExternalTargetEndpoint
public abstract TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank
Specifies definition of an external endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
defineNestedTargetEndpoint
public abstract TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank
Specifies definition of an nested profile endpoint to be attached to the traffic manager profile.
Parameters:
Returns:
Applies to
Azure SDK for Java