Freigeben über


ContentItemOperationsExtensions.GetEntityTagAsync Methode

Definition

Gibt die ETag-Version (Entity State) des Inhaltselements des Entwicklerportals zurück, das durch seinen Bezeichner angegeben wird.

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

Parameter

operations
IContentItemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

contentTypeId
String

Inhaltstypbezeichner.

contentItemId
String

Inhaltselementbezeichner.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: