AITelemetryConsumerConfigurationExtensions.AddApplicationInsightsTelemetryConsumer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddApplicationInsightsTelemetryConsumer(ISiloBuilder, String) |
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。 |
AddApplicationInsightsTelemetryConsumer(ISiloHostBuilder, String) |
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。 |
AddApplicationInsightsTelemetryConsumer(IClientBuilder, String) |
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。 |
AddApplicationInsightsTelemetryConsumer(ISiloBuilder, String)
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。
public static Orleans.Hosting.ISiloBuilder AddApplicationInsightsTelemetryConsumer (this Orleans.Hosting.ISiloBuilder hostBuilder, string instrumentationKey = default);
static member AddApplicationInsightsTelemetryConsumer : Orleans.Hosting.ISiloBuilder * string -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddApplicationInsightsTelemetryConsumer (hostBuilder As ISiloBuilder, Optional instrumentationKey As String = Nothing) As ISiloBuilder
パラメーター
- hostBuilder
- ISiloBuilder
- instrumentationKey
- String
Application Insights のインストルメンテーション キー。
戻り値
適用対象
AddApplicationInsightsTelemetryConsumer(ISiloHostBuilder, String)
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。
public static Orleans.Hosting.ISiloHostBuilder AddApplicationInsightsTelemetryConsumer (this Orleans.Hosting.ISiloHostBuilder hostBuilder, string instrumentationKey = default);
static member AddApplicationInsightsTelemetryConsumer : Orleans.Hosting.ISiloHostBuilder * string -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function AddApplicationInsightsTelemetryConsumer (hostBuilder As ISiloHostBuilder, Optional instrumentationKey As String = Nothing) As ISiloHostBuilder
パラメーター
- hostBuilder
- ISiloHostBuilder
- instrumentationKey
- String
Application Insights のインストルメンテーション キー。
戻り値
適用対象
AddApplicationInsightsTelemetryConsumer(IClientBuilder, String)
型のメトリック テレメトリ コンシューマー プロバイダーを追加します AITelemetryConsumer。
public static Orleans.IClientBuilder AddApplicationInsightsTelemetryConsumer (this Orleans.IClientBuilder clientBuilder, string instrumentationKey = default);
static member AddApplicationInsightsTelemetryConsumer : Orleans.IClientBuilder * string -> Orleans.IClientBuilder
<Extension()>
Public Function AddApplicationInsightsTelemetryConsumer (clientBuilder As IClientBuilder, Optional instrumentationKey As String = Nothing) As IClientBuilder
パラメーター
- clientBuilder
- IClientBuilder
- instrumentationKey
- String
Application Insights のインストルメンテーション キー。