你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceWorkspaceApiOperationResource.GetEntityTag(CancellationToken) Method

Definition

Gets the entity state (Etag) version of the API operation specified by its identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apis/{apiId}/operations/{operationId}
  • Operation Id: WorkspaceApiOperation_GetEntityTag
  • Default Api Version: 2024-05-01
  • Resource: ServiceWorkspaceApiOperationResource
public virtual Azure.Response<bool> GetEntityTag(System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityTag : System.Threading.CancellationToken -> Azure.Response<bool>
override this.GetEntityTag : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function GetEntityTag (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to