TablesOperations interface

Interface representing a Tables operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
cancelSearch

Cancel a log analytics workspace search results table query run.

createOrUpdate

Update or Create a Log Analytics workspace table.

delete

Delete a Log Analytics workspace table.

get

Gets a Log Analytics workspace table.

listByWorkspace

Gets all the tables for the specified Log Analytics workspace.

migrate

Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs.

update

Update a Log Analytics workspace table.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Table>, Table>>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Table>, Table>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => Promise<Table>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => Promise<Table>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Table>, Table>>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Table>, Table>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => Promise<Table>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => Promise<Table>

cancelSearch

Cancel a log analytics workspace search results table query run.

cancelSearch: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesCancelSearchOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesCancelSearchOptionalParams) => Promise<void>

createOrUpdate

Update or Create a Log Analytics workspace table.

createOrUpdate: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Table>, Table>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Table>, Table>

delete

Delete a Log Analytics workspace table.

delete: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets a Log Analytics workspace table.

get: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesGetOptionalParams) => Promise<Table>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesGetOptionalParams) => Promise<Table>

listByWorkspace

Gets all the tables for the specified Log Analytics workspace.

listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: TablesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Table, Table[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, options?: TablesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Table, Table[], PageSettings>

migrate

Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs.

migrate: (resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesMigrateOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesMigrateOptionalParams) => Promise<void>

update

Update a Log Analytics workspace table.

update: (resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => PollerLike<OperationState<Table>, Table>

Property Value

(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams) => PollerLike<OperationState<Table>, Table>