TagsOperationsExtensions.GetAtScope(ITagsOperations, String) Method

Definition

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

public static Microsoft.Azure.Management.ResourceManager.Models.TagsResource GetAtScope (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope);
static member GetAtScope : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.TagsResource
<Extension()>
Public Function GetAtScope (operations As ITagsOperations, scope As String) As TagsResource

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

Returns

Applies to