ApiManagementServiceResource.GetApiManagementTagAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les détails de la balise spécifiée par son identificateur.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
- IdTag_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTagResource>> GetApiManagementTagAsync (string tagId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementTagAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTagResource>>
override this.GetApiManagementTagAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTagResource>>
Public Overridable Function GetApiManagementTagAsync (tagId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementTagResource))
Paramètres
- tagId
- String
Identificateur de balise. Doit être unique dans le instance de service Gestion des API actuel.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
tagId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
tagId
a la valeur null.