次の方法で共有


DataCollectionRuleDestinations クラス

定義

変換先の指定。

public class DataCollectionRuleDestinations : Azure.ResourceManager.Monitor.Models.DestinationsSpec
type DataCollectionRuleDestinations = class
    inherit DestinationsSpec
Public Class DataCollectionRuleDestinations
Inherits DestinationsSpec
継承
DataCollectionRuleDestinations

コンストラクター

DataCollectionRuleDestinations()

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

プロパティ

AzureMonitorMetricsName

宛先のフレンドリ名。 この名前は、データ収集規則内のすべての宛先 (種類に関係なく) で一意である必要があります。

(継承元 DestinationsSpec)
EventHubs

Event Hubs の宛先の一覧。

(継承元 DestinationsSpec)
EventHubsDirect

Event Hubs Direct の宛先の一覧。

(継承元 DestinationsSpec)
LogAnalytics

Log Analytics の宛先の一覧。

(継承元 DestinationsSpec)
MonitoringAccounts

監視アカウントの宛先の一覧。

(継承元 DestinationsSpec)
StorageAccounts

ストレージ アカウントの宛先の一覧。

(継承元 DestinationsSpec)
StorageBlobsDirect

ストレージ BLOB ダイレクトの宛先の一覧。 エージェントから格納するデータを直接送信する場合にのみ使用されます。

(継承元 DestinationsSpec)
StorageTablesDirect

ストレージ テーブル ダイレクトの宛先の一覧。

(継承元 DestinationsSpec)

適用対象