Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TablesImpl

Package version

Class containing Tables operations.

Hierarchy

  • TablesImpl

Implements

Index

Constructors

constructor

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

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

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