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

IContentItemOperations 接口

定义

ContentItemOperations 操作。

public interface IContentItemOperations
type IContentItemOperations = interface
Public Interface IContentItemOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

创建由提供的内容类型指定的新开发人员门户的内容项。

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetEntityTagWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

返回开发人员门户的标识符指定的内容项。

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出由提供的内容类型指定的开发人员门户的内容项。

ListByServiceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

列出由提供的内容类型指定的开发人员门户的内容项。

扩展方法

CreateOrUpdate(IContentItemOperations, String, String, String, String, String)

创建由提供的内容类型指定的新开发人员门户的内容项。

CreateOrUpdateAsync(IContentItemOperations, String, String, String, String, String, CancellationToken)

创建由提供的内容类型指定的新开发人员门户的内容项。

Delete(IContentItemOperations, String, String, String, String, String)

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

DeleteAsync(IContentItemOperations, String, String, String, String, String, CancellationToken)

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

Get(IContentItemOperations, String, String, String, String)

返回开发人员门户的标识符指定的内容项。

GetAsync(IContentItemOperations, String, String, String, String, CancellationToken)

返回开发人员门户的标识符指定的内容项。

GetEntityTag(IContentItemOperations, String, String, String, String)

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

GetEntityTagAsync(IContentItemOperations, String, String, String, String, CancellationToken)

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

ListByService(IContentItemOperations, String, String, String)

列出由提供的内容类型指定的开发人员门户的内容项。

ListByServiceAsync(IContentItemOperations, String, String, String, CancellationToken)

列出由提供的内容类型指定的开发人员门户的内容项。

ListByServiceNext(IContentItemOperations, String)

列出由提供的内容类型指定的开发人员门户的内容项。

ListByServiceNextAsync(IContentItemOperations, String, CancellationToken)

列出由提供的内容类型指定的开发人员门户的内容项。

适用于