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,PolicyDefinition.Update,ResourceGroup.Update
public interface Appliable<T> extends Indexable
The base interface for all template interfaces that support update operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply()Execute the update request.rx.Observable<T>applyAsync()Execute the update request asynchronously.com.microsoft.rest.ServiceFuture<T>applyAsync(com.microsoft.rest.ServiceCallback<T> callback)Execute the update request asynchronously.
-