PurviewAccountClient Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PurviewAccountClient() |
Initialisiert eine neue instance von PurviewAccountClient für die Simulation. |
PurviewAccountClient(Uri, TokenCredential, PurviewAccountClientOptions) |
Initialisiert eine neue instance von PurviewAccountClient. |
PurviewAccountClient()
- Source:
- PurviewAccountClient.cs
Initialisiert eine neue instance von PurviewAccountClient für die Simulation.
protected PurviewAccountClient ();
Protected Sub New ()
Gilt für:
PurviewAccountClient(Uri, TokenCredential, PurviewAccountClientOptions)
- Source:
- PurviewAccountClient.cs
Initialisiert eine neue instance von PurviewAccountClient.
public PurviewAccountClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Account.PurviewAccountClientOptions options = default);
new Azure.Analytics.Purview.Account.PurviewAccountClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Purview.Account.PurviewAccountClientOptions -> Azure.Analytics.Purview.Account.PurviewAccountClient
Public Sub New (endpoint As Uri, credential As TokenCredential, Optional options As PurviewAccountClientOptions = Nothing)
Parameter
- endpoint
- Uri
Der Kontoendpunkt Ihres Purview-Kontos. Beispiel: https://{accountName}.purview.azure.com/account/.
- credential
- TokenCredential
Anmeldeinformationen, die für die Authentifizierung bei einem Azure-Dienst verwendet werden.
- options
- PurviewAccountClientOptions
Die Optionen zum Konfigurieren des Clients.
Gilt für:
Azure SDK for .NET