Interface Appliable<T>
- Type Parameters:
T- the type of the resource returned from the update.
- All Superinterfaces:
Indexable
- All Known Subinterfaces:
Deployment.Update, GenericResource.Update, ManagementLock.Update, PolicyDefinition.Update, ResourceGroup.Update
The base interface for all template interfaces that support update operations.
-
Method Summary
Modifier and TypeMethodDescriptionapply()Execute the update request.apply(com.azure.core.util.Context context) Execute the update request.Execute the update request asynchronously.applyAsync(com.azure.core.util.Context context) Execute the update request asynchronously.
-
Method Details
-
apply
-
applyAsync
-
apply
Execute the update request.- Parameters:
context- theContextof the request- Returns:
- the updated resource
-
applyAsync
-