ArmDataFactoryModelFactory.DataFactoryDataFlowDebugInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DataFactoryDataFlowDebugInfo.
public static Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugInfo DataFactoryDataFlowDebugInfo (string name = default, Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowProperties properties = default);
static member DataFactoryDataFlowDebugInfo : string * Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowProperties -> Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugInfo
Public Shared Function DataFactoryDataFlowDebugInfo (Optional name As String = Nothing, Optional properties As DataFactoryDataFlowProperties = Nothing) As DataFactoryDataFlowDebugInfo
Parameters
- name
- String
The resource name.
- properties
- DataFactoryDataFlowProperties
Data flow properties. Please note DataFactoryDataFlowProperties 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 DataFactoryFlowletProperties, DataFactoryMappingDataFlowProperties and DataFactoryWranglingDataFlowProperties.
Returns
A new DataFactoryDataFlowDebugInfo instance for mocking.
Applies to
Azure SDK for .NET