DataCollectionRuleDestinations Class

The specification of destinations.

Constructor

DataCollectionRuleDestinations(*, log_analytics: List[_models.LogAnalyticsDestination] | None = None, monitoring_accounts: List[_models.MonitoringAccountDestination] | None = None, azure_monitor_metrics: _models.DestinationsSpecAzureMonitorMetrics | None = None, event_hubs: List[_models.EventHubDestination] | None = None, event_hubs_direct: List[_models.EventHubDirectDestination] | None = None, storage_blobs_direct: List[_models.StorageBlobDestination] | None = None, storage_tables_direct: List[_models.StorageTableDestination] | None = None, storage_accounts: List[_models.StorageBlobDestination] | None = None, microsoft_fabric: List[_models.MicrosoftFabricDestination] | None = None, azure_data_explorer: List[_models.AdxDestination] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
log_analytics

List of Log Analytics destinations.

Default value: None
monitoring_accounts

List of monitoring account destinations.

Default value: None
azure_monitor_metrics

Azure Monitor Metrics destination.

Default value: None
event_hubs

List of Event Hubs destinations.

Default value: None
event_hubs_direct

List of Event Hubs Direct destinations.

Default value: None
storage_blobs_direct

List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent.

Default value: None
storage_tables_direct

List of Storage Table Direct destinations.

Default value: None
storage_accounts

List of storage accounts destinations.

Default value: None
microsoft_fabric

List of Microsoft Fabric destinations.

Default value: None
azure_data_explorer

List of Azure Data Explorer destinations.

Default value: None

Variables

Name Description
log_analytics

List of Log Analytics destinations.

monitoring_accounts

List of monitoring account destinations.

azure_monitor_metrics

Azure Monitor Metrics destination.

event_hubs

List of Event Hubs destinations.

event_hubs_direct

List of Event Hubs Direct destinations.

storage_blobs_direct

List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent.

storage_tables_direct

List of Storage Table Direct destinations.

storage_accounts

List of storage accounts destinations.

microsoft_fabric

List of Microsoft Fabric destinations.

azure_data_explorer

List of Azure Data Explorer destinations.