你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDataFactoryOperations 接口

定义

public interface IDataFactoryOperations
type IDataFactoryOperations = interface
Public Interface IDataFactoryOperations

方法

BeginCreateOrUpdateAsync(String, DataFactoryCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateAsync(String, DataFactoryCreateOrUpdateParameters, CancellationToken)
DeleteAsync(String, String, CancellationToken)
GetAsync(String, String, CancellationToken)
GetCreateOrUpdateStatusAsync(String, CancellationToken)
ListAsync(String, CancellationToken)
ListNextAsync(String, CancellationToken)

扩展方法

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)

适用于