Share via


ApiManagementProductTagResource.GetEntityStateByProduct 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 Azure.Response<bool> GetEntityStateByProduct (System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityStateByProduct : System.Threading.CancellationToken -> Azure.Response<bool>
override this.GetEntityStateByProduct : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function GetEntityStateByProduct (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to