你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDataCollectionRuleDestinations Interface

Definition

[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)

Applies to