次の方法で共有


PurviewCatalogClient コンストラクター

定義

オーバーロード

PurviewCatalogClient()

モック処理のために PurviewCatalogClient の新しいインスタンスを初期化します。

PurviewCatalogClient(Uri, TokenCredential)

PurviewCatalogClient の新しいインスタンスを初期化します。

PurviewCatalogClient(Uri, TokenCredential, PurviewCatalogClientOptions)

PurviewCatalogClient の新しいインスタンスを初期化します。

PurviewCatalogClient()

ソース:
PurviewCatalogClient.cs

モック処理のために PurviewCatalogClient の新しいインスタンスを初期化します。

protected PurviewCatalogClient ();
Protected Sub New ()

適用対象

PurviewCatalogClient(Uri, TokenCredential)

ソース:
PurviewCatalogClient.cs

PurviewCatalogClient の新しいインスタンスを初期化します。

public PurviewCatalogClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Analytics.Purview.Catalog.PurviewCatalogClient : Uri * Azure.Core.TokenCredential -> Azure.Analytics.Purview.Catalog.PurviewCatalogClient
Public Sub New (endpoint As Uri, credential As TokenCredential)

パラメーター

endpoint
Uri

Purview アカウントのカタログ エンドポイント。 例: https://{accountName}.purview.azure.com。

credential
TokenCredential

Azure サービスに対する認証に使用される資格情報。

例外

endpoint または credential が null です。

適用対象

PurviewCatalogClient(Uri, TokenCredential, PurviewCatalogClientOptions)

ソース:
PurviewCatalogClient.cs

PurviewCatalogClient の新しいインスタンスを初期化します。

public PurviewCatalogClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Catalog.PurviewCatalogClientOptions options);
new Azure.Analytics.Purview.Catalog.PurviewCatalogClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Purview.Catalog.PurviewCatalogClientOptions -> Azure.Analytics.Purview.Catalog.PurviewCatalogClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As PurviewCatalogClientOptions)

パラメーター

endpoint
Uri

Purview アカウントのカタログ エンドポイント。 例: https://{accountName}.purview.azure.com。

credential
TokenCredential

Azure サービスに対する認証に使用される資格情報。

options
PurviewCatalogClientOptions

クライアントを構成するためのオプション。

例外

endpoint または credential が null です。

適用対象