Appliable<T> Interface
Type Parameters
- T
the type of the resource returned from the update.
Implements
public interface Appliable
extends Indexable
The base interface for all template interfaces that support update operations.
Modifier and Type | Method and Description |
---|---|
abstract T |
apply()
Execute the update request. |
abstract T |
apply(Context context)
Execute the update request. |
abstract Mono<T> |
apply Execute the update request asynchronously. |
abstract Mono<T> |
apply Execute the update request asynchronously. |
apply
public abstract T apply()
Execute the update request.
Returns:
apply
public abstract T apply(Context context)
Execute the update request.
Parameters:
Returns:
applyAsync
public abstract Mono
Execute the update request asynchronously.
Returns:
applyAsync
public abstract Mono
Execute the update request asynchronously.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: