PurviewCatalogClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PurviewCatalogClient() |
Initializes a new instance of PurviewCatalogClient for mocking. |
PurviewCatalogClient(Uri, TokenCredential) |
Initializes a new instance of PurviewCatalogClient. |
PurviewCatalogClient(Uri, TokenCredential, PurviewCatalogClientOptions) |
Initializes a new instance of PurviewCatalogClient. |
PurviewCatalogClient()
- Source:
- PurviewCatalogClient.cs
Initializes a new instance of PurviewCatalogClient for mocking.
protected PurviewCatalogClient ();
Protected Sub New ()
Applies to
PurviewCatalogClient(Uri, TokenCredential)
- Source:
- PurviewCatalogClient.cs
Initializes a new instance of 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)
Parameters
- endpoint
- Uri
The catalog endpoint of your Purview account. Example: https://{accountName}.purview.azure.com.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
Exceptions
endpoint
or credential
is null.
Applies to
PurviewCatalogClient(Uri, TokenCredential, PurviewCatalogClientOptions)
- Source:
- PurviewCatalogClient.cs
Initializes a new instance of 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)
Parameters
- endpoint
- Uri
The catalog endpoint of your Purview account. Example: https://{accountName}.purview.azure.com.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
- options
- PurviewCatalogClientOptions
The options for configuring the client.
Exceptions
endpoint
or credential
is null.
Applies to
Azure SDK for .NET