Freigeben über


ApiIssueCommentOperationsExtensions.GetEntityTagAsync Methode

Definition

Ruft die Entitätszustandsversion (Etag) des Issuekommentars für eine API ab, die durch den Bezeichner angegeben wird.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentGetEntityTagHeaders> GetEntityTagAsync (this Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, string commentId, System.Threading.CancellationToken cancellationToken = default);
static member GetEntityTagAsync : Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentGetEntityTagHeaders>
<Extension()>
Public Function GetEntityTagAsync (operations As IApiIssueCommentOperations, resourceGroupName As String, serviceName As String, apiId As String, issueId As String, commentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApiIssueCommentGetEntityTagHeaders)

Parameter

operations
IApiIssueCommentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

apiId
String

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

issueId
String

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

commentId
String

Kommentarbezeichner innerhalb eines Problems. Muss im aktuellen Issue eindeutig sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: