TagsOperationsExtensions.ListAsync(ITagsOperations, CancellationToken) Method
Definition
Get a list of subscription resource tags.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagDetailsInner>> ListAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagDetailsInner>>
Parameters
- operations
- ITagsOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<TagDetailsInner>>