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