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