Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Tables

Package version

Interface representing a Tables.

Hierarchy

  • Tables

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): Promise<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>

beginUpdate

beginUpdateAndWait

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

get

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

listByWorkspace

  • Gets all the tables for the specified Log Analytics workspace.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • Optional options: TablesListByWorkspaceOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Table>

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.

    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