TagsOperationsExtensions.GetAtScopeAsync Method

Definition

Gets the entire set of tags on a resource or subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.TagsResource> GetAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope, System.Threading.CancellationToken cancellationToken = default);
static member GetAtScopeAsync : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.TagsResource>
<Extension()>
Public Function GetAtScopeAsync (operations As ITagsOperations, scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TagsResource)

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to