Interface TrafficManagerProfile.Update
-
- All Superinterfaces:
Appliable<TrafficManagerProfile>,Indexable,Resource.UpdateWithTags<TrafficManagerProfile.Update>,TrafficManagerProfile.UpdateStages.WithEndpoint,TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration,TrafficManagerProfile.UpdateStages.WithProfileStatus,TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod,TrafficManagerProfile.UpdateStages.WithTtl
- Enclosing interface:
- TrafficManagerProfile
public static interface TrafficManagerProfile.Update extends Appliable<TrafficManagerProfile>, TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod, TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration, TrafficManagerProfile.UpdateStages.WithEndpoint, TrafficManagerProfile.UpdateStages.WithTtl, TrafficManagerProfile.UpdateStages.WithProfileStatus, Resource.UpdateWithTags<TrafficManagerProfile.Update>
The template for an update operation, containing all the settings that can be modified.Call
Appliable.apply()to apply the changes to the resource in Azure.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.UpdateStages.WithEndpoint
defineAzureTargetEndpoint, defineExternalTargetEndpoint, defineNestedTargetEndpoint, updateAzureTargetEndpoint, updateExternalTargetEndpoint, updateNestedProfileTargetEndpoint, withoutEndpoint
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration
withHttpMonitoring, withHttpMonitoring, withHttpsMonitoring, withHttpsMonitoring
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.UpdateStages.WithProfileStatus
withProfileStatusDisabled, withProfileStatusEnabled
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod
withGeographicBasedRouting, withMultiValueBasedRouting, withPerformanceBasedRouting, withPriorityBasedRouting, withSubnetBasedRouting, withTrafficRoutingMethod, withWeightBasedRouting
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.UpdateStages.WithTtl
withTimeToLive
-
-