DataCollectionRuleResponseDestinations

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Monitor Metrics destination.

Link copied to clipboard

List of Event Hubs destinations.

Link copied to clipboard

List of Event Hubs Direct destinations.

Link copied to clipboard

List of Log Analytics destinations.

Link copied to clipboard

List of monitoring account destinations.

Link copied to clipboard

List of storage accounts destinations.

Link copied to clipboard

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

Link copied to clipboard

List of Storage Table Direct destinations.