TrafficManagerEndpoint.UpdateDefinition<ParentT> Interface

Type Parameters

ParentT

the return type of the final attach()

public interface UpdateDefinition extends TrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank,TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank,TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank,TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource,TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn,TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion,TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold,TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold,TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach

The entirety of a traffic manager profile endpoint definition as a part of parent update.

Inherited Members

Attachable.InUpdate<ParentT>.attach() TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT>.fromRegion(Region region) TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>.fromRegion(Region region) TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>.toFqdn(String externalFqdn) TrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT>.toProfile(TrafficManagerProfile profile) TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource<ParentT>.toResourceId(String resourceId) TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>.withGeographicLocation(GeographicLocation geographicLocation) TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>.withGeographicLocation(String geographicLocationCode) TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>.withGeographicLocations(List<GeographicLocation> geographicLocations) TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>.withGeographicLocations(Collection<String> geographicLocationCodes) TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>.withMinimumEndpointsToEnableTraffic(int count) TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>.withRoutingPriority(int priority) TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>.withRoutingWeight(int weight) TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>.withTrafficDisabled()

Applies to