DataFactoryOperationsExtensions
Class
Definition
public static class DataFactoryOperationsExtensions
- Inheritance
-
DataFactoryOperationsExtensions
Methods
| BeginCreateOrUpdate(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters) |
Create or update a data factory. |
| BeginCreateOrUpdateAsync(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters) |
Create or update a data factory. |
| CreateOrUpdate(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters) |
Create or update a data factory. |
| CreateOrUpdateAsync(IDataFactoryOperations, String, DataFactoryCreateOrUpdateParameters) |
Create or update a data factory. |
| Delete(IDataFactoryOperations, String, String) |
Delete a data factory instance. |
| DeleteAsync(IDataFactoryOperations, String, String) |
Delete a data factory instance. |
| Get(IDataFactoryOperations, String, String) |
Gets a data factory instance. |
| GetAsync(IDataFactoryOperations, String, String) |
Gets a data factory instance. |
| GetCreateOrUpdateStatus(IDataFactoryOperations, String) |
The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. |
| GetCreateOrUpdateStatusAsync(IDataFactoryOperations, String) |
The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. |
| List(IDataFactoryOperations, String) |
Gets the first page of data factory instances with the link to the next page. |
| ListAsync(IDataFactoryOperations, String) |
Gets the first page of data factory instances with the link to the next page. |
| ListNext(IDataFactoryOperations, String) |
Gets the next page of data factory instances with the link to the next page. |
| ListNextAsync(IDataFactoryOperations, String) |
Gets the next page of data factory instances with the link to the next page. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |