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 |
---|---|
abstract T |
refresh()
Refreshes the resource to sync with Azure. |
abstract Mono<T> |
refreshAsync()
Refreshes the resource to sync with Azure. |
Method Details
refresh
public abstract T refresh()
Refreshes the resource to sync with Azure.
Returns:
the refreshed resource
refreshAsync
public abstract Mono
Refreshes the resource to sync with Azure.
Returns:
the Mono to refreshed resource
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java