TrafficManagerProfile.Update Interface

public interface Update extends Appliable,TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod,TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration,TrafficManagerProfile.UpdateStages.WithEndpoint,TrafficManagerProfile.UpdateStages.WithTtl,TrafficManagerProfile.UpdateStages.WithProfileStatus,Resource.UpdateWithTags

The template for an update operation, containing all the settings that can be modified.

Call apply() to apply the changes to the resource in Azure.

Inherited Members

Appliable<T>.apply() Appliable<T>.applyAsync() Appliable<T>.applyAsync(final ServiceCallback<T> callback) TrafficManagerProfile.UpdateStages.WithEndpoint.defineAzureTargetEndpoint(String name) TrafficManagerProfile.UpdateStages.WithEndpoint.defineExternalTargetEndpoint(String name) TrafficManagerProfile.UpdateStages.WithEndpoint.defineNestedTargetEndpoint(String name) Indexable.key() TrafficManagerProfile.UpdateStages.WithEndpoint.updateAzureTargetEndpoint(String name) TrafficManagerProfile.UpdateStages.WithEndpoint.updateExternalTargetEndpoint(String name) TrafficManagerProfile.UpdateStages.WithEndpoint.updateNestedProfileTargetEndpoint(String name) TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withGeographicBasedRouting() TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpMonitoring() TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpMonitoring(int port, String path) TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpsMonitoring() TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpsMonitoring(int port, String path) TrafficManagerProfile.UpdateStages.WithEndpoint.withoutEndpoint(String name) Resource.UpdateWithTags<T>.withoutTag(String key) TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withPerformanceBasedRouting() TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withPriorityBasedRouting() TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusDisabled() TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusEnabled() Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags) TrafficManagerProfile.UpdateStages.WithTtl.withTimeToLive(int ttlInSeconds) TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod) TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withWeightBasedRouting()

Applies to