ApplicationInsightsComponentExportRequest クラス

定義

Application Insights コンポーネントの連続エクスポート構成要求の定義。

public class ApplicationInsightsComponentExportRequest
type ApplicationInsightsComponentExportRequest = class
Public Class ApplicationInsightsComponentExportRequest
継承
ApplicationInsightsComponentExportRequest

コンストラクター

ApplicationInsightsComponentExportRequest()

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

プロパティ

DestinationAccountId

宛先ストレージ アカウントの名前。

DestinationAddress

宛先ストレージ コンテナーの SAS URL。 書き込みアクセス許可を付与する必要があります。

DestinationStorageLocationId

宛先ストレージ コンテナーの場所 ID。

DestinationStorageSubscriptionId

宛先ストレージ コンテナーのサブスクリプション ID。

DestinationType

連続エクスポート先の種類。 これは 'BLOB' である必要があります。

IsEnabled

"true" に設定すると、連続エクスポート構成が有効に設定され、それ以外の場合は 'false' に設定されます。

NotificationQueueEnabled

非推奨になりました。

NotificationQueueUri

非推奨になりました。

RecordTypes

エクスポートするドキュメントの種類をコンマ区切り値として指定します。 使用できる値には、'Requests'、'Event'、'Exceptions'、'Metrics'、'PageViews'、'PageViewPerformance'、'Rdd'、'PerformanceCounters'、'Availability'、'Messages' などがあります。

適用対象