T - the fluent type of the resourcepublic interface SupportsListingByTag<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> |
listByTag(String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
com.azure.core.http.rest.PagedFlux<T> |
listByTagAsync(String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
com.azure.core.http.rest.PagedIterable<T> listByTag(String tagName, String tagValue)
tagName - tag's name as the keytagValue - tag's valuePagedIterable of resourcescom.azure.core.http.rest.PagedFlux<T> listByTagAsync(String tagName, String tagValue)
tagName - tag's name as the keytagValue - tag's valueCopyright © 2021 Microsoft Corporation. All rights reserved.