Partager via


TagsOperationsExtensions.GetAtScopeAsync Méthode

Définition

Obtient l’ensemble des balises d’une ressource ou d’un abonnement.

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

Paramètres

operations
ITagsOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue des ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à