GetDataCollectionRuleResult

data class GetDataCollectionRuleResult(val dataFlows: List<DataFlowResponse>? = null, val dataSources: DataCollectionRuleResponseDataSources? = null, val description: String? = null, val destinations: DataCollectionRuleResponseDestinations? = null, val etag: String, val id: String, val immutableId: String, val kind: String? = null, val location: String, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String)

Definition of ARM tracked top level resource.

Constructors

Link copied to clipboard
constructor(dataFlows: List<DataFlowResponse>? = null, dataSources: DataCollectionRuleResponseDataSources? = null, description: String? = null, destinations: DataCollectionRuleResponseDestinations? = null, etag: String, id: String, immutableId: String, kind: String? = null, location: String, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

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
val description: String? = null

Description of the data collection rule.

Link copied to clipboard

The specification of destinations.

Link copied to clipboard

Resource entity tag (ETag).

Link copied to clipboard
val id: String

Fully qualified ID of the resource.

Link copied to clipboard

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

Link copied to clipboard
val kind: String? = null

The kind of the resource.

Link copied to clipboard

The geo-location where the resource lives.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.