Get Data Collection Rule Result
data class GetDataCollectionRuleResult(val dataCollectionEndpointId: String, val dataFlows: List<GetDataCollectionRuleDataFlow>, val dataSources: List<GetDataCollectionRuleDataSource>, val description: String, val destinations: List<GetDataCollectionRuleDestination>, val id: String, val identities: List<GetDataCollectionRuleIdentity>, val immutableId: String, val kind: String, val location: String, val name: String, val resourceGroupName: String, val streamDeclarations: List<GetDataCollectionRuleStreamDeclaration>, val tags: Map<String, String>)
A collection of values returned by getDataCollectionRule.
Constructors
Link copied to clipboard
fun GetDataCollectionRuleResult(dataCollectionEndpointId: String, dataFlows: List<GetDataCollectionRuleDataFlow>, dataSources: List<GetDataCollectionRuleDataSource>, description: String, destinations: List<GetDataCollectionRuleDestination>, id: String, identities: List<GetDataCollectionRuleIdentity>, immutableId: String, kind: String, location: String, name: String, resourceGroupName: String, streamDeclarations: List<GetDataCollectionRuleStreamDeclaration>, tags: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The kind of the Data Collection Rule. Possible values are Linux
, Windows
,and AgentDirectToStore
. A rule of kind Linux
does not allow for windows_event_log
data sources. And a rule of kind Windows
does not allow for syslog
data sources. If kind is not specified, all kinds of data sources are allowed.