3 questions on Data Factory and the .NET SDK:
1) Is it possible to programmatically delete datasets from a Data Factory via the .NET SDK? I would ideally like to be able to pass the name of a dataset to delete and have it handle that. I've looked through the docs and can't seem to find any clear method.
2) When creating a dataset or pipeline, how can I test the response to see if it was successful.
3) When creating a dataset, is it possible to check the provisioning state and wait until it's been provisioned before creating a pipeline, since datasets must be created before the associated pipeline?
Is it possible to programmatically delete datasets from a Data Factory via the .NET SDK?
If you are using Data Factory V2 (Preview) - please have a try to use the Microsoft.Azure.Management.DataFactory, If you are using the Data Factory V1,please have a try to use Microsoft.Azure.Management.DataFactories – Tom Sun - MSFT