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 resourcesVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.