TagOperationsExtensions.ListAsync(ITagOperations) Method

Definition

Get a list of subscription resource tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagsListResult> ListAsync (this Microsoft.Azure.Management.Resources.ITagOperations operations);
static member ListAsync : Microsoft.Azure.Management.Resources.ITagOperations -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagsListResult>
<Extension()>
Public Function ListAsync (operations As ITagOperations) As Task(Of TagsListResult)

Parameters

operations
ITagOperations

Reference to the Microsoft.Azure.Management.Resources.ITagOperations.

Returns

List of subscription tags.

Applies to