次の方法で共有


ApiManagementProductTagResource.GetEntityStateByProductAsync メソッド

定義

識別子で指定されたタグのエンティティ状態バージョンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/tags/{tagId}
  • 操作IdTag_GetEntityStateByProduct
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))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象