ApiTagResource.GetEntityStateByApi(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}/tags/{tagId}
  • Operation Id: Tag_GetEntityStateByApi
  • Default Api Version: 2021-08-01
  • Resource: ApiTagResource
public virtual Azure.Response<bool> GetEntityStateByApi (System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityStateByApi : System.Threading.CancellationToken -> Azure.Response<bool>
override this.GetEntityStateByApi : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function GetEntityStateByApi (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to