DataFlowResource Class

Definition

Data flow resource type.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource+DataFlowResourceConverter))]
public class DataFlowResource : Azure.Analytics.Synapse.Artifacts.Models.SubResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource+DataFlowResourceConverter))>]
type DataFlowResource = class
    inherit SubResource
Public Class DataFlowResource
Inherits SubResource
Inheritance
Attributes

Constructors

DataFlowResource(DataFlow)

Initializes a new instance of DataFlowResource.

Properties

Etag

Resource Etag.

(Inherited from AzureEntityResource)
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from Resource)
Name

The name of the resource.

(Inherited from Resource)
Properties

Data flow properties. Please note DataFlow is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include Flowlet and MappingDataFlow.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from Resource)

Applies to