Share via


DataFlowTransformation(String) Constructor

Definition

Initializes a new instance of DataFlowTransformation.

public DataFlowTransformation (string name);
new Azure.ResourceManager.DataFactory.Models.DataFlowTransformation : string -> Azure.ResourceManager.DataFactory.Models.DataFlowTransformation
Public Sub New (name As String)

Parameters

name
String

Transformation name.

Exceptions

name is null.

Applies to