PurviewAccountClient 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
PurviewAccountClient() |
Initializes a new instance of PurviewAccountClient for mocking. |
PurviewAccountClient(Uri, TokenCredential, PurviewAccountClientOptions) |
Initializes a new instance of PurviewAccountClient. |
PurviewAccountClient()
- Source:
- PurviewAccountClient.cs
Initializes a new instance of PurviewAccountClient for mocking.
protected PurviewAccountClient ();
Protected Sub New ()
Applies to
PurviewAccountClient(Uri, TokenCredential, PurviewAccountClientOptions)
- Source:
- PurviewAccountClient.cs
Initializes a new instance of PurviewAccountClient.
public PurviewAccountClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewAccountClientOptions options = default);
new Azure.Analytics.Purview.Administration.PurviewAccountClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Purview.Administration.PurviewAccountClientOptions -> Azure.Analytics.Purview.Administration.PurviewAccountClient
Public Sub New (endpoint As Uri, credential As TokenCredential, Optional options As PurviewAccountClientOptions = Nothing)
Parameters
- endpoint
- Uri
The account endpoint of your Purview account. Example: https://{accountName}.purview.azure.com/account/.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
- options
- PurviewAccountClientOptions
The options for configuring the client.
Exceptions
endpoint
or credential
is null.