DataCollectionRule interface
Definition of what monitoring data to collect and where that data should be sent.
Properties
data |
The specification of data flows. |
data |
The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint. |
description | Description of the data collection rule. |
destinations | The specification of destinations. |
immutable |
The immutable ID of this data collection rule. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The resource provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataFlows
dataSources
The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
dataSources?: DataSourcesSpec
Property Value
description
Description of the data collection rule.
description?: string
Property Value
string
destinations
immutableId
The immutable ID of this data collection rule. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server.
immutableId?: string
Property Value
string
provisioningState
The resource provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string