DataExports interface
Interface representing a DataExports.
Methods
create |
Create or update a data export. |
delete(string, string, string, Data |
Deletes the specified data export in a given workspace.. |
get(string, string, string, Data |
Gets a data export instance. |
list |
Lists the data export instances within a workspace. |
Method Details
createOrUpdate(string, string, string, DataExport, DataExportsCreateOrUpdateOptionalParams)
Create or update a data export.
function createOrUpdate(resourceGroupName: string, workspaceName: string, dataExportName: string, parameters: DataExport, options?: DataExportsCreateOrUpdateOptionalParams): Promise<DataExport>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- dataExportName
-
string
The data export rule name.
- parameters
- DataExport
The parameters required to create or update a data export.
The options parameters.
Returns
Promise<DataExport>
delete(string, string, string, DataExportsDeleteOptionalParams)
Deletes the specified data export in a given workspace..
function delete(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- dataExportName
-
string
The data export rule name.
- options
- DataExportsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, DataExportsGetOptionalParams)
Gets a data export instance.
function get(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsGetOptionalParams): Promise<DataExport>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- dataExportName
-
string
The data export rule name.
- options
- DataExportsGetOptionalParams
The options parameters.
Returns
Promise<DataExport>
listByWorkspace(string, string, DataExportsListByWorkspaceOptionalParams)
Lists the data export instances within a workspace.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DataExportsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataExport, DataExport[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
The options parameters.