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 |
|---|---|
com.azure.core.http.rest.PagedIterable<T> |
list()
Lists all the resources of the specified type in the currently selected subscription.
|
com.azure.core.http.rest.PagedFlux<T> |
listAsync()
Lists all the resources of the specified type in the currently selected subscription.
|
com.azure.core.http.rest.PagedIterable<T> list()
PagedIterable of resourcescom.azure.core.http.rest.PagedFlux<T> listAsync()
PagedFlux of resourcesCopyright © 2021 Microsoft Corporation. All rights reserved.