DataFlow.FromDPrepJSONString(String, SecretManager) 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.
Perform the execution on DPrep JSON string to get a DataFlow object.
public static Microsoft.DataPrep.Common.DataFlow FromDPrepJSONString(string dprepJSONString, Microsoft.DPrep.SharedLibrary.SecretManager secretManager = null);
static member FromDPrepJSONString : string * Microsoft.DPrep.SharedLibrary.SecretManager -> Microsoft.DataPrep.Common.DataFlow
Parameters
- dprepJSONString
- String
Input DPrep JSON string.
- secretManager
- Microsoft.DPrep.SharedLibrary.SecretManager
Input Secret Manager.
Returns
DataFlow object.