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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.