Bagikan melalui


ApiOperationTagResource.GetEntityStateByOperation(CancellationToken) Method

Definition

Gets the entity state version of the tag specified by its identifier.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to