T - the fluent type of the resourcepublic interface SupportsListingByFilter<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> |
listByFilter(String filter)
Lists all the resources of the specified type with specific filter.
|
com.azure.core.http.rest.PagedFlux<T> |
listByFilterAsync(String filter)
Lists all the resources of the specified type with specific filter.
|
com.azure.core.http.rest.PagedIterable<T> listByFilter(String filter)
filter - the filter based on OData syntaxPagedIterable of resourcescom.azure.core.http.rest.PagedFlux<T> listByFilterAsync(String filter)
filter - the filter based on OData syntaxCopyright © 2021 Microsoft Corporation. All rights reserved.