IDataExportsOperations Interface
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.
DataExportsOperations operations.
public interface IDataExportsOperations
type IDataExportsOperations = interface
Public Interface IDataExportsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, DataExport, Dictionary<String,List<String>>, CancellationToken) |
Create or update a data export. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the specified data export in a given workspace.. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a data export instance. |
ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists the data export instances within a workspace. |
Extension Methods
CreateOrUpdate(IDataExportsOperations, String, String, String, DataExport) |
Create or update a data export. |
CreateOrUpdateAsync(IDataExportsOperations, String, String, String, DataExport, CancellationToken) |
Create or update a data export. |
Delete(IDataExportsOperations, String, String, String) |
Deletes the specified data export in a given workspace.. |
DeleteAsync(IDataExportsOperations, String, String, String, CancellationToken) |
Deletes the specified data export in a given workspace.. |
Get(IDataExportsOperations, String, String, String) |
Gets a data export instance. |
GetAsync(IDataExportsOperations, String, String, String, CancellationToken) |
Gets a data export instance. |
ListByWorkspace(IDataExportsOperations, String, String) |
Lists the data export instances within a workspace. |
ListByWorkspaceAsync(IDataExportsOperations, String, String, CancellationToken) |
Lists the data export instances within a workspace. |