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
T apply()Execute the update request.- Returns:
- the updated resource
-
applyAsync
Execute the update request asynchronously.- Returns:
- the publisher of the resource update request
-
apply
Execute the update request.- Parameters:
context- theContextof the request- Returns:
- the updated resource
-
applyAsync
Execute the update request asynchronously.- Parameters:
context- theContextof the request- Returns:
- the publisher of the resource update request
-