你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiManagementServiceResource.GetContentItemEntityTagAsync 方法

定义

返回由标识符指定的开发人员门户内容项) 版本的 ETag (实体状态。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_GetEntityTag
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> GetContentItemEntityTagAsync (string contentTypeId, string contentItemId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentItemEntityTagAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.GetContentItemEntityTagAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function GetContentItemEntityTagAsync (contentTypeId As String, contentItemId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

参数

contentTypeId
String

内容类型标识符。

contentItemId
String

内容项标识符。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

contentTypeIdcontentItemId 是空字符串,预期为非空。

contentTypeIdcontentItemId 为 null。

适用于