你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Refreshable<T> 接口
类型参数
- T
资源的 fluent 类型
public interface Refreshable
可刷新以获取最新状态的资源的基类。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
abstract T |
refresh()
刷新资源以与 Azure 同步。 |
abstract rx.Observable<T> |
refreshAsync()
刷新资源以与 Azure 同步。 |
方法详细信息
refresh
public abstract T refresh()
刷新资源以与 Azure 同步。
返回:
刷新的资源
refreshAsync
public abstract Observable
刷新资源以与 Azure 同步。
返回:
可观测到刷新的资源