T - the fluent type of the resourcepublic interface Refreshable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
refresh()
Refreshes the resource to sync with Azure.
|
Mono<T> |
refreshAsync()
Refreshes the resource to sync with Azure.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.