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

ApiManagementServiceResource.DeleteContentItemAsync 方法

定义

删除指定开发人员门户的内容项。

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

参数

contentTypeId
String

内容类型标识符。

contentItemId
String

内容项标识符。

ifMatch
ETag

实体的 ETag。 ETag 应与 GET 请求标头响应中的当前实体状态匹配,或者对于无条件更新,ETag 应为 *。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

contentTypeIdcontentItemId 为 null。

适用于