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

IDataCollectionRuleResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleResourcePropertiesTypeConverter))]
public interface IDataCollectionRuleResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleResourcePropertiesTypeConverter))>]
type IDataCollectionRuleResourceProperties = interface
    interface IJsonSerializable
    interface IDataCollectionRule
Public Interface IDataCollectionRuleResourceProperties
Implements IDataCollectionRule
Derived
Attributes
Implements

Properties

DataCollectionEndpointId

The resource ID of the data collection endpoint that this rule can be used with.

(Inherited from IDataCollectionRule)
DataFlow

The specification of data flows.

(Inherited from IDataCollectionRule)
DataSourceDataImportEventHubConsumerGroup

Event Hub consumer group name

(Inherited from IDataCollectionRule)
DataSourceDataImportEventHubName

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

(Inherited from IDataCollectionRule)
DataSourceDataImportEventHubStream

The stream to collect from EventHub

(Inherited from IDataCollectionRule)
DataSourceExtension

The list of Azure VM extension data source configurations.

(Inherited from IDataCollectionRule)
DataSourceIisLog

The list of IIS logs source configurations.

(Inherited from IDataCollectionRule)
DataSourceLogFile

The list of Log files source configurations.

(Inherited from IDataCollectionRule)
DataSourcePerformanceCounter

The list of performance counter data source configurations.

(Inherited from IDataCollectionRule)
DataSourcePlatformTelemetry

The list of platform telemetry configurations

(Inherited from IDataCollectionRule)
DataSourcePrometheusForwarder

The list of Prometheus forwarder data source configurations.

(Inherited from IDataCollectionRule)
DataSourceSyslog

The list of Syslog data source configurations.

(Inherited from IDataCollectionRule)
DataSourceWindowsEventLog

The list of Windows Event Log data source configurations.

(Inherited from IDataCollectionRule)
DataSourceWindowsFirewallLog

The list of Windows Firewall logs source configurations.

(Inherited from IDataCollectionRule)
Description

Description of the data collection rule.

(Inherited from IDataCollectionRule)
DestinationAzureMonitorMetricName

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

(Inherited from IDataCollectionRule)
DestinationEventHub

List of Event Hubs destinations.

(Inherited from IDataCollectionRule)
DestinationEventHubsDirect

List of Event Hubs Direct destinations.

(Inherited from IDataCollectionRule)
DestinationLogAnalytic

List of Log Analytics destinations.

(Inherited from IDataCollectionRule)
DestinationMonitoringAccount

List of monitoring account destinations.

(Inherited from IDataCollectionRule)
DestinationStorageAccount

List of storage accounts destinations.

(Inherited from IDataCollectionRule)
DestinationStorageBlobsDirect

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

(Inherited from IDataCollectionRule)
DestinationStorageTablesDirect

List of Storage Table Direct destinations.

(Inherited from IDataCollectionRule)
ImmutableId

The immutable ID of this data collection rule. This property is READ-ONLY.

(Inherited from IDataCollectionRule)
MetadataProvisionedBy

Azure offering managing this resource on-behalf-of customer.

(Inherited from IDataCollectionRule)
MetadataProvisionedByResourceId

Resource Id of azure offering managing this resource on-behalf-of customer.

(Inherited from IDataCollectionRule)
ProvisioningState

The resource provisioning state.

(Inherited from IDataCollectionRule)
StreamDeclaration

Declaration of custom streams used in this rule.

(Inherited from IDataCollectionRule)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to