次の方法で共有


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)

コレクション内の子コレクション名を一覧表示します。

適用対象