Sdílet prostřednictvím


TagOperationsExtensions.List(ITagOperations) Method

Definition

Get a list of subscription resource tags.

public static Microsoft.Azure.Management.Resources.Models.TagsListResult List (this Microsoft.Azure.Management.Resources.ITagOperations operations);
static member List : Microsoft.Azure.Management.Resources.ITagOperations -> Microsoft.Azure.Management.Resources.Models.TagsListResult
<Extension()>
Public Function List (operations As ITagOperations) As TagsListResult

Parameters

operations
ITagOperations

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

Returns

List of subscription tags.

Applies to