T - the fluent type of the resourcepublic interface SupportsListing<T>
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and Description |
|---|---|
PagedList<T> |
list()
Lists all the resources of the specified type in the currently selected subscription.
|
rx.Observable<T> |
listAsync()
Lists all the resources of the specified type in the currently selected subscription.
|
PagedList<T> list()
rx.Observable<T> listAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/