Freigeben über


TagOperationsExtensions.GetAsync Methode

Definition

Ruft die Details des Tags ab, das durch den Bezeichner angegeben wird.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TagContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.ITagOperations operations, string resourceGroupName, string serviceName, string tagId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.ITagOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TagContract>
<Extension()>
Public Function GetAsync (operations As ITagOperations, resourceGroupName As String, serviceName As String, tagId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TagContract)

Parameter

operations
ITagOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

tagId
String

Tagbezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: