Data Collection Rule Destinations
data class DataCollectionRuleDestinations(val azureMonitorMetrics: DataCollectionRuleDestinationsAzureMonitorMetrics? = null, val eventHub: DataCollectionRuleDestinationsEventHub? = null, val eventHubDirect: DataCollectionRuleDestinationsEventHubDirect? = null, val logAnalytics: List<DataCollectionRuleDestinationsLogAnalytic>? = null, val monitorAccounts: List<DataCollectionRuleDestinationsMonitorAccount>? = null, val storageBlobDirects: List<DataCollectionRuleDestinationsStorageBlobDirect>? = null, val storageBlobs: List<DataCollectionRuleDestinationsStorageBlob>? = null, val storageTableDirects: List<DataCollectionRuleDestinationsStorageTableDirect>? = null)
Constructors
Link copied to clipboard
constructor(azureMonitorMetrics: DataCollectionRuleDestinationsAzureMonitorMetrics? = null, eventHub: DataCollectionRuleDestinationsEventHub? = null, eventHubDirect: DataCollectionRuleDestinationsEventHubDirect? = null, logAnalytics: List<DataCollectionRuleDestinationsLogAnalytic>? = null, monitorAccounts: List<DataCollectionRuleDestinationsMonitorAccount>? = null, storageBlobDirects: List<DataCollectionRuleDestinationsStorageBlobDirect>? = null, storageBlobs: List<DataCollectionRuleDestinationsStorageBlob>? = null, storageTableDirects: List<DataCollectionRuleDestinationsStorageTableDirect>? = null)
Properties
Link copied to clipboard
A azure_monitor_metrics
block as defined above.
Link copied to clipboard
One or more event_hub
blocks as defined below.
Link copied to clipboard
One or more event_hub
blocks as defined below.
Link copied to clipboard
One or more log_analytics
blocks as defined below.
Link copied to clipboard
One or more monitor_account
blocks as defined below.
Link copied to clipboard
One or more storage_blob_direct
blocks as defined below.
Link copied to clipboard
One or more storage_blob
blocks as defined below.
Link copied to clipboard
One or more storage_table_direct
blocks as defined below.