Interface Variable.Update
- All Superinterfaces:
Variable.UpdateStages.WithDescription
,Variable.UpdateStages.WithName
,Variable.UpdateStages.WithValue
- Enclosing interface:
- Variable
public static interface Variable.Update
extends Variable.UpdateStages.WithName, Variable.UpdateStages.WithValue, Variable.UpdateStages.WithDescription
The template for Variable update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Variable.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Variable.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.Variable.UpdateStages.WithValue
withValue
-
Method Details
-
apply
Variable 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.
-