ISupportsListingInResourceGroupByTag<T>.ListByTagAsync(String, String, String, Boolean, CancellationToken) Method
Definition
Lists all the resources with the specified tag.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByTagAsync (string resourceGroupName, string tagName, string tagValue, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = null);
abstract member ListByTagAsync : string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Parameters
- resourceGroupName
- String
The name of the resource group to list the resources from.
- tagName
- String
tag's name as the key
- tagValue
- String
tag's value
- loadAllPages
- Boolean
Specify true to load all pages, false to get paginated result
- cancellationToken
- CancellationToken
cancellationToken the cancellation token
Returns
- Task<IPagedCollection<T>>