Freigeben über


TagsOperationsExtensions.GetAtScopeAsync Methode

Definition

Ruft den gesamten Satz von Tags für eine Ressource oder ein Abonnement ab.

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)

Parameter

operations
ITagsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Ressourcenbereich.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: