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.
|
rx.Observable<T> |
refreshAsync()
Refreshes the resource to sync with Azure.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/