你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
Method Summary
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> |
applyAsync()
Execute the update request asynchronously. |
abstract Mono<T> |
applyAsync(Context context)
Execute the update request asynchronously. |
Method Details
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: