次の方法で共有


LogsIngestionClient コンストラクター

定義

オーバーロード

LogsIngestionClient()

モック作成のために LogsIngestionClient の新しいインスタンスを初期化します。

LogsIngestionClient(Uri, TokenCredential)

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

LogsIngestionClient(Uri, TokenCredential, LogsIngestionClientOptions)

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

LogsIngestionClient()

Source:
LogsIngestionClient.cs
Source:
LogsIngestionClient.cs

モック作成のために LogsIngestionClient の新しいインスタンスを初期化します。

protected LogsIngestionClient ();
Protected Sub New ()

適用対象

LogsIngestionClient(Uri, TokenCredential)

Source:
LogsIngestionClient.cs
Source:
LogsIngestionClient.cs

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)

パラメーター

endpoint
Uri

データ収集ルールのデータ収集エンドポイント (例: https://dce-name.eastus-2.ingest.monitor.azure.com)。

credential
TokenCredential

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

例外

endpoint または credential が null です。

適用対象

LogsIngestionClient(Uri, TokenCredential, LogsIngestionClientOptions)

Source:
LogsIngestionClient.cs
Source:
LogsIngestionClient.cs

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)

パラメーター

endpoint
Uri

データ収集ルールのデータ収集エンドポイント。 たとえば、「 https://dce-name.eastus-2.ingest.monitor.azure.com 」のように入力します。

credential
TokenCredential

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

options
LogsIngestionClientOptions

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

例外

endpoint または credential が null です。

適用対象