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 : Microsoft.Azure.Management.Monitor.Models.DestinationsSpec
type DataCollectionRuleDestinations = class
inherit DestinationsSpec
Public Class DataCollectionRuleDestinations
Inherits DestinationsSpec
- Inheritance
Constructors
DataCollectionRuleDestinations() |
Initializes a new instance of the DataCollectionRuleDestinations class. |
DataCollectionRuleDestinations(IList<LogAnalyticsDestination>, DestinationsSpecAzureMonitorMetrics) |
Initializes a new instance of the DataCollectionRuleDestinations class. |
Properties
AzureMonitorMetrics |
Gets or sets azure Monitor Metrics destination. (Inherited from DestinationsSpec) |
LogAnalytics |
Gets or sets list of Log Analytics destinations. (Inherited from DestinationsSpec) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET