IDataCollectionRuleDestinations Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleDestinationsTypeConverter))]
public interface IDataCollectionRuleDestinations : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDestinationsSpec
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleDestinationsTypeConverter))>]
type IDataCollectionRuleDestinations = interface
interface IJsonSerializable
interface IDestinationsSpec
Public Interface IDataCollectionRuleDestinations
Implements IDestinationsSpec
- Derived
- Attributes
- Implements
Properties
AzureMonitorMetricName |
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. (Inherited from IDestinationsSpec) |
EventHub |
List of Event Hubs destinations. (Inherited from IDestinationsSpec) |
EventHubsDirect |
List of Event Hubs Direct destinations. (Inherited from IDestinationsSpec) |
LogAnalytic |
List of Log Analytics destinations. (Inherited from IDestinationsSpec) |
MonitoringAccount |
List of monitoring account destinations. (Inherited from IDestinationsSpec) |
StorageAccount |
List of storage accounts destinations. (Inherited from IDestinationsSpec) |
StorageBlobsDirect |
List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent. (Inherited from IDestinationsSpec) |
StorageTablesDirect |
List of Storage Table Direct destinations. (Inherited from IDestinationsSpec) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |