DataFactoryOperationsExtensions Class
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.
public static class DataFactoryOperationsExtensions
type DataFactoryOperationsExtensions = class
Public Module DataFactoryOperationsExtensions
Inheritance
DataFactoryOperationsExtensions
Methods
BeginCreateOrUpdate(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters)
BeginCreateOrUpdateAsync(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters)
CreateOrUpdate(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters)
CreateOrUpdateAsync(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters)
Delete(IDataFactoryOperations, String, String)
DeleteAsync(IDataFactoryOperations, String, String)
Get(IDataFactoryOperations, String, String)
GetAsync(IDataFactoryOperations, String, String)
GetCreateOrUpdateStatus(IDataFactoryOperations, String)
GetCreateOrUpdateStatusAsync(IDataFactoryOperations, String)
List(IDataFactoryOperations, String)
ListAsync(IDataFactoryOperations, String)
ListNext(IDataFactoryOperations, String)
ListNextAsync(IDataFactoryOperations, String)
Applies to