Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to