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 |
|---|---|
PagedList<T> |
listByTag(String resourceGroupName,
String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
rx.Observable<T> |
listByTagAsync(String resourceGroupName,
String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
PagedList<T> listByTag(String resourceGroupName, String tagName, String tagValue)
resourceGroupName - the name of the resource grouptagName - tag's name as the keytagValue - tag's valuerx.Observable<T> listByTagAsync(String resourceGroupName, String tagName, String tagValue)
resourceGroupName - the name of the resource grouptagName - tag's name as the keytagValue - tag's value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/