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

IContentTypeOperations 接口

定义

ContentTypeOperations 操作。

public interface IContentTypeOperations
type IContentTypeOperations = interface
Public Interface IContentTypeOperations

方法

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

创建或更新开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 自定义内容类型的标识符需要以 c- 前缀开头。 无法修改内置内容类型。

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

删除指定开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 无法删除具有前缀) 开头 c- 的标识符的内置内容类型 (。

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

获取开发人员门户内容类型的详细信息。 内容类型描述内容项的属性、验证规则和约束。

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

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

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

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

扩展方法

CreateOrUpdate(IContentTypeOperations, String, String, String, String)

创建或更新开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 自定义内容类型的标识符需要以 c- 前缀开头。 无法修改内置内容类型。

CreateOrUpdateAsync(IContentTypeOperations, String, String, String, String, CancellationToken)

创建或更新开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 自定义内容类型的标识符需要以 c- 前缀开头。 无法修改内置内容类型。

Delete(IContentTypeOperations, String, String, String, String)

删除指定开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 无法删除具有前缀) 开头 c- 的标识符的内置内容类型 (。

DeleteAsync(IContentTypeOperations, String, String, String, String, CancellationToken)

删除指定开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 无法删除具有前缀) 开头 c- 的标识符的内置内容类型 (。

Get(IContentTypeOperations, String, String, String)

获取开发人员门户内容类型的详细信息。 内容类型描述内容项的属性、验证规则和约束。

GetAsync(IContentTypeOperations, String, String, String, CancellationToken)

获取开发人员门户内容类型的详细信息。 内容类型描述内容项的属性、验证规则和约束。

ListByService(IContentTypeOperations, String, String)

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

ListByServiceAsync(IContentTypeOperations, String, String, CancellationToken)

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

ListByServiceNext(IContentTypeOperations, String)

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

ListByServiceNextAsync(IContentTypeOperations, String, CancellationToken)

列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。

适用于