DataCollectionRuleDestinations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The specification of destinations.
public class DataCollectionRuleDestinations : Azure.ResourceManager.Monitor.Models.DestinationsSpec, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleDestinations>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleDestinations>
type DataCollectionRuleDestinations = class
inherit DestinationsSpec
interface IJsonModel<DataCollectionRuleDestinations>
interface IPersistableModel<DataCollectionRuleDestinations>
Public Class DataCollectionRuleDestinations
Inherits DestinationsSpec
Implements IJsonModel(Of DataCollectionRuleDestinations), IPersistableModel(Of DataCollectionRuleDestinations)
- Inheritance
- Implements
Constructors
DataCollectionRuleDestinations() |
Initializes a new instance of DataCollectionRuleDestinations. |
Properties
AzureMonitorMetricsName |
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. (Inherited from DestinationsSpec) |
EventHubs |
List of Event Hubs destinations. (Inherited from DestinationsSpec) |
EventHubsDirect |
List of Event Hubs Direct destinations. (Inherited from DestinationsSpec) |
LogAnalytics |
List of Log Analytics destinations. (Inherited from DestinationsSpec) |
MonitoringAccounts |
List of monitoring account destinations. (Inherited from DestinationsSpec) |
StorageAccounts |
List of storage accounts destinations. (Inherited from DestinationsSpec) |
StorageBlobsDirect |
List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent. (Inherited from DestinationsSpec) |
StorageTablesDirect |
List of Storage Table Direct destinations. (Inherited from DestinationsSpec) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET