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

PurviewCollection 类

定义

PurviewCollection 服务客户端。

public class PurviewCollection
type PurviewCollection = class
Public Class PurviewCollection
继承
PurviewCollection

构造函数

PurviewCollection()

初始化 PurviewCollection 的新实例以便模拟。

属性

Pipeline

用于发送和接收 REST 请求和响应的 HTTP 管道。

方法

CreateOrUpdateCollection(RequestContent, RequestOptions)

创建或更新集合实体。

CreateOrUpdateCollectionAsync(RequestContent, RequestOptions)

创建或更新集合实体。

DeleteCollection(RequestOptions)

删除集合实体。

DeleteCollectionAsync(RequestOptions)

删除集合实体。

GetCollection(RequestOptions)

获取集合。

GetCollectionAsync(RequestOptions)

获取集合。

GetCollectionPath(RequestOptions)

获取表示集合路径的父名称和父友好名称链。

GetCollectionPathAsync(RequestOptions)

获取表示集合路径的父名称和父友好名称链。

ListChildCollectionNames(RequestOptions, String)

列出集合中的子集合名称。

ListChildCollectionNamesAsync(RequestOptions, String)

列出集合中的子集合名称。

适用于