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

DataCollectionRuleResourceProperties Class

Definition

Resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleResourcePropertiesTypeConverter))]
public class DataCollectionRuleResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleResourcePropertiesTypeConverter))>]
type DataCollectionRuleResourceProperties = class
    interface IDataCollectionRuleResourceProperties
    interface IJsonSerializable
    interface IDataCollectionRule
    interface IValidates
Public Class DataCollectionRuleResourceProperties
Implements IDataCollectionRuleResourceProperties, IValidates
Inheritance
DataCollectionRuleResourceProperties
Attributes
Implements

Constructors

DataCollectionRuleResourceProperties()

Creates an new DataCollectionRuleResourceProperties instance.

Properties

DataCollectionEndpointId

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

DataFlow

The specification of data flows.

DataSourceDataImportEventHubConsumerGroup

Event Hub consumer group name

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.

DataSourceDataImportEventHubStream

The stream to collect from EventHub

DataSourceExtension

The list of Azure VM extension data source configurations.

DataSourceIisLog

The list of IIS logs source configurations.

DataSourceLogFile

The list of Log files source configurations.

DataSourcePerformanceCounter

The list of performance counter data source configurations.

DataSourcePlatformTelemetry

The list of platform telemetry configurations

DataSourcePrometheusForwarder

The list of Prometheus forwarder data source configurations.

DataSourceSyslog

The list of Syslog data source configurations.

DataSourceWindowsEventLog

The list of Windows Event Log data source configurations.

DataSourceWindowsFirewallLog

The list of Windows Firewall logs source configurations.

Description

Description of the data collection rule.

DestinationAzureMonitorMetricName

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

DestinationEventHub

List of Event Hubs destinations.

DestinationEventHubsDirect

List of Event Hubs Direct destinations.

DestinationLogAnalytic

List of Log Analytics destinations.

DestinationMonitoringAccount

List of monitoring account destinations.

DestinationStorageAccount

List of storage accounts destinations.

DestinationStorageBlobsDirect

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

DestinationStorageTablesDirect

List of Storage Table Direct destinations.

ImmutableId

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

MetadataProvisionedBy

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

MetadataProvisionedByResourceId

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

ProvisioningState

The resource provisioning state.

StreamDeclaration

Declaration of custom streams used in this rule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionRuleResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionRuleResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleResourceProperties.

FromJsonString(String)

Creates a new instance of DataCollectionRuleResourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionRuleResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to