Interface Experiment.Update
- All Superinterfaces:
Experiment.UpdateStages.WithDescription
,Experiment.UpdateStages.WithEnabledState
,Experiment.UpdateStages.WithTags
- Enclosing interface:
- Experiment
public static interface Experiment.Update
extends Experiment.UpdateStages.WithTags, Experiment.UpdateStages.WithDescription, Experiment.UpdateStages.WithEnabledState
The template for Experiment update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.Experiment.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.Experiment.UpdateStages.WithEnabledState
withEnabledState
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.Experiment.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Experiment apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-