Get Data Collection Rule Result
data class GetDataCollectionRuleResult(val dataCollectionEndpointId: String? = null, val dataFlows: List<DataFlowResponse>? = null, val dataSources: DataCollectionRuleResponseDataSources? = null, val description: String? = null, val destinations: DataCollectionRuleResponseDestinations? = null, val etag: String, val id: String, val identity: DataCollectionRuleResourceResponseIdentity? = null, val immutableId: String, val kind: String? = null, val location: String, val metadata: DataCollectionRuleResponseMetadata, val name: String, val provisioningState: String, val streamDeclarations: Map<String, StreamDeclarationResponse>? = null, val systemData: DataCollectionRuleResourceResponseSystemData, val tags: Map<String, String>? = null, val type: String)
Definition of ARM tracked top level resource.
Constructors
Link copied to clipboard
constructor(dataCollectionEndpointId: String? = null, dataFlows: List<DataFlowResponse>? = null, dataSources: DataCollectionRuleResponseDataSources? = null, description: String? = null, destinations: DataCollectionRuleResponseDestinations? = null, etag: String, id: String, identity: DataCollectionRuleResourceResponseIdentity? = null, immutableId: String, kind: String? = null, location: String, metadata: DataCollectionRuleResponseMetadata, name: String, provisioningState: String, streamDeclarations: Map<String, StreamDeclarationResponse>? = null, systemData: DataCollectionRuleResourceResponseSystemData, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The resource ID of the data collection endpoint that this rule can be used with.
Link copied to clipboard
The specification of data flows.
Link copied to clipboard
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.
Link copied to clipboard
Description of the data collection rule.
Link copied to clipboard
The specification of destinations.
Link copied to clipboard
Managed service identity of the resource.
Link copied to clipboard
The immutable ID of this data collection rule. This property is READ-ONLY.
Link copied to clipboard
Metadata about the resource
Link copied to clipboard
The resource provisioning state.
Link copied to clipboard
Declaration of custom streams used in this rule.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.