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
fun GetDataCollectionRuleResult(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)