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

ApiManagementServiceResource.GetContentItemEntityTag 方法

定义

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

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

参数

contentTypeId
String

内容类型标识符。

contentItemId
String

内容项标识符。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

contentTypeIdcontentItemId 为 null。

适用于