Package version:

Interface representing a Tables.

Hierarchy

  • Tables

Methods

  • Update or Create a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • parameters: Table

      The parameters required to update table properties.

    • Optional options: TablesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Table>, Table>>

  • Update or Create a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • parameters: Table

      The parameters required to update table properties.

    • Optional options: TablesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<Table>

  • Delete a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • Optional options: TablesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Delete a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • Optional options: TablesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Update a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • parameters: Table

      The parameters required to update table properties.

    • Optional options: TablesUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Table>, Table>>

  • Update a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • parameters: Table

      The parameters required to update table properties.

    • Optional options: TablesUpdateOptionalParams

      The options parameters.

    Returns Promise<Table>

  • Cancel a log analytics workspace search results table query run.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • Optional options: TablesCancelSearchOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a Log Analytics workspace table.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • Optional options: TablesGetOptionalParams

      The options parameters.

    Returns Promise<Table>

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • tableName: string

      The name of the table.

    • Optional options: TablesMigrateOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc