Freigeben über


GroupOperationsExtensions.GetEntityTagAsync Methode

Definition

Ruft die Etag-Version (Entity State) der Gruppe ab, die durch den Bezeichner angegeben wird.

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

Parameter

operations
IGroupOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

groupId
String

Gruppen-ID. Muss im aktuellen API Management-Dienst instance eindeutig sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: