Get Data Collection Rule Destination
data class GetDataCollectionRuleDestination(val azureMonitorMetrics: List<GetDataCollectionRuleDestinationAzureMonitorMetric>, val eventHub: GetDataCollectionRuleDestinationEventHub? = null, val eventHubDirect: GetDataCollectionRuleDestinationEventHubDirect? = null, val logAnalytics: List<GetDataCollectionRuleDestinationLogAnalytic>, val monitorAccounts: List<GetDataCollectionRuleDestinationMonitorAccount>, val storageBlobDirects: List<GetDataCollectionRuleDestinationStorageBlobDirect>, val storageBlobs: List<GetDataCollectionRuleDestinationStorageBlob>, val storageTableDirects: List<GetDataCollectionRuleDestinationStorageTableDirect>)
Constructors
Link copied to clipboard
constructor(azureMonitorMetrics: List<GetDataCollectionRuleDestinationAzureMonitorMetric>, eventHub: GetDataCollectionRuleDestinationEventHub? = null, eventHubDirect: GetDataCollectionRuleDestinationEventHubDirect? = null, logAnalytics: List<GetDataCollectionRuleDestinationLogAnalytic>, monitorAccounts: List<GetDataCollectionRuleDestinationMonitorAccount>, storageBlobDirects: List<GetDataCollectionRuleDestinationStorageBlobDirect>, storageBlobs: List<GetDataCollectionRuleDestinationStorageBlob>, storageTableDirects: List<GetDataCollectionRuleDestinationStorageTableDirect>)
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_direct
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.