SupportsListingInResourceGroupByTag<T>.listByTagAsync(String resourceGroupName, String tagName, String tagValue) 方法
定义
Lists all the resources with the specified tag.
public Observable<T> listByTagAsync(String resourceGroupName, String tagName, String tagValue)
参数
- resourceGroupName
- String
the name of the resource group
- tagName
- String
tag's name as the key
- tagValue
- String
tag's value
返回
Observable<T>
a representation of the deferred computation of this call, returning the requested resources