LogsIngestionClient 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
LogsIngestionClient() |
Initialisiert eine neue instance von LogsIngestionClient für die Simulation. |
LogsIngestionClient(Uri, TokenCredential) |
Initialisiert eine neue instance von LogsIngestionClient. |
LogsIngestionClient(Uri, TokenCredential, LogsIngestionClientOptions) |
Initialisiert eine neue Instanz von LogsIngestionClient. |
LogsIngestionClient()
- Source:
- LogsIngestionClient.cs
- Source:
- LogsIngestionClient.cs
Initialisiert eine neue instance von LogsIngestionClient für die Simulation.
protected LogsIngestionClient ();
Protected Sub New ()
Gilt für:
LogsIngestionClient(Uri, TokenCredential)
- Source:
- LogsIngestionClient.cs
- Source:
- LogsIngestionClient.cs
Initialisiert eine neue instance von LogsIngestionClient.
public LogsIngestionClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Monitor.Ingestion.LogsIngestionClient : Uri * Azure.Core.TokenCredential -> Azure.Monitor.Ingestion.LogsIngestionClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameter
- endpoint
- Uri
Der Datensammlungsendpunkt für die Datensammlungsregel, z. B https://dce-name.eastus-2.ingest.monitor.azure.com. .
- credential
- TokenCredential
Anmeldeinformationen, die für die Authentifizierung bei einem Azure-Dienst verwendet werden.
Ausnahmen
endpoint
oder credential
ist NULL.
Gilt für:
LogsIngestionClient(Uri, TokenCredential, LogsIngestionClientOptions)
- Source:
- LogsIngestionClient.cs
- Source:
- LogsIngestionClient.cs
Initialisiert eine neue Instanz von LogsIngestionClient.
public LogsIngestionClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Monitor.Ingestion.LogsIngestionClientOptions options);
new Azure.Monitor.Ingestion.LogsIngestionClient : Uri * Azure.Core.TokenCredential * Azure.Monitor.Ingestion.LogsIngestionClientOptions -> Azure.Monitor.Ingestion.LogsIngestionClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As LogsIngestionClientOptions)
Parameter
- endpoint
- Uri
Der Datensammlungsendpunkt für die Datensammlungsregel. Beispiel: https://dce-name.eastus-2.ingest.monitor.azure.com.
- credential
- TokenCredential
Anmeldeinformationen, die zur Authentifizierung bei einem Azure-Dienst verwendet werden.
- options
- LogsIngestionClientOptions
Die Optionen zum Konfigurieren des Clients.
Ausnahmen
endpoint
oder credential
ist NULL.
Gilt für:
Azure SDK for .NET