Refreshable<T> Interface
Definition
Base class for resources that can be refreshed to get the latest state.
public interface Refreshable<T>
Type Parameters
- T
Methods
| refresh() |
Refreshes the resource to sync with Azure. |
| refreshAsync() |
Refreshes the resource to sync with Azure. |