Sdílet prostřednictvím


PurviewCollection Class

Definition

The PurviewCollection service client.

public class PurviewCollection
type PurviewCollection = class
Public Class PurviewCollection
Inheritance
PurviewCollection

Constructors

PurviewCollection()

Initializes a new instance of PurviewCollection for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdateCollection(RequestContent, RequestOptions)

Creates or updates a collection entity.

CreateOrUpdateCollectionAsync(RequestContent, RequestOptions)

Creates or updates a collection entity.

DeleteCollection(RequestOptions)

Deletes a Collection entity.

DeleteCollectionAsync(RequestOptions)

Deletes a Collection entity.

GetCollection(RequestOptions)

Get a collection.

GetCollectionAsync(RequestOptions)

Get a collection.

GetCollectionPath(RequestOptions)

Gets the parent name and parent friendly name chains that represent the collection path.

GetCollectionPathAsync(RequestOptions)

Gets the parent name and parent friendly name chains that represent the collection path.

ListChildCollectionNames(RequestOptions, String)

Lists the child collections names in the collection.

ListChildCollectionNamesAsync(RequestOptions, String)

Lists the child collections names in the collection.

Applies to