Data Collection Rule Response Destinations
data class DataCollectionRuleResponseDestinations(val azureMonitorMetrics: DestinationsSpecResponseAzureMonitorMetrics? = null, val eventHubs: List<EventHubDestinationResponse>? = null, val eventHubsDirect: List<EventHubDirectDestinationResponse>? = null, val logAnalytics: List<LogAnalyticsDestinationResponse>? = null, val monitoringAccounts: List<MonitoringAccountDestinationResponse>? = null, val storageAccounts: List<StorageBlobDestinationResponse>? = null, val storageBlobsDirect: List<StorageBlobDestinationResponse>? = null, val storageTablesDirect: List<StorageTableDestinationResponse>? = null)
The specification of destinations.
Constructors
Link copied to clipboard
fun DataCollectionRuleResponseDestinations(azureMonitorMetrics: DestinationsSpecResponseAzureMonitorMetrics? = null, eventHubs: List<EventHubDestinationResponse>? = null, eventHubsDirect: List<EventHubDirectDestinationResponse>? = null, logAnalytics: List<LogAnalyticsDestinationResponse>? = null, monitoringAccounts: List<MonitoringAccountDestinationResponse>? = null, storageAccounts: List<StorageBlobDestinationResponse>? = null, storageBlobsDirect: List<StorageBlobDestinationResponse>? = null, storageTablesDirect: List<StorageTableDestinationResponse>? = null)