你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IContentTypeOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ContentTypeOperations 操作。
public interface IContentTypeOperations
type IContentTypeOperations = interface
Public Interface IContentTypeOperations
方法
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
创建或更新开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 自定义内容类型的标识符需要以 |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
删除指定开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 无法删除具有前缀) 开头 |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
获取开发人员门户内容类型的详细信息。 内容类型描述内容项的属性、验证规则和约束。 |
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 |
ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
列出开发人员门户的内容类型。 内容类型描述内容项的属性、验证规则和约束。 |