Refreshable<T> Interface
Type Parameters
- T
the fluent type of the resource
public interface Refreshable
Base class for resources that can be refreshed to get the latest state.
Method Summary
Modifier and Type | Method and Description |
---|---|
T |
refresh()
Refreshes the resource to sync with Azure. |
Observable<T> |
refreshAsync()
Refreshes the resource to sync with Azure. |
Method Details
refresh
public T refresh()
Refreshes the resource to sync with Azure.
Returns:
the refreshed resource
refreshAsync
public Observable
Refreshes the resource to sync with Azure.
Returns:
the Observable to refreshed resource
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java