Compartir a través de


ApiManagementProductTagResource.GetEntityStateByProductAsync Método

Definición

Obtiene la versión de estado de entidad de la etiqueta especificada por su identificador.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/tags/{tagId}
  • IdTag_GetEntityStateByProduct de operaciones
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))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a