Sdílet prostřednictvím


TablesOperationsExtensions Class

Definition

Extension methods for TablesOperations.

public static class TablesOperationsExtensions
type TablesOperationsExtensions = class
Public Module TablesOperationsExtensions
Inheritance
TablesOperationsExtensions

Methods

BeginCreateOrUpdate(ITablesOperations, String, String, String, Table)

Update or Create a Log Analytics workspace table.

BeginCreateOrUpdateAsync(ITablesOperations, String, String, String, Table, CancellationToken)

Update or Create a Log Analytics workspace table.

BeginDelete(ITablesOperations, String, String, String)

Delete a Log Analytics workspace table.

BeginDeleteAsync(ITablesOperations, String, String, String, CancellationToken)

Delete a Log Analytics workspace table.

BeginUpdate(ITablesOperations, String, String, String, Table)

Update a Log Analytics workspace table.

BeginUpdateAsync(ITablesOperations, String, String, String, Table, CancellationToken)

Update a Log Analytics workspace table.

CreateOrUpdate(ITablesOperations, String, String, String, Table)

Update or Create a Log Analytics workspace table.

CreateOrUpdateAsync(ITablesOperations, String, String, String, Table, CancellationToken)

Update or Create a Log Analytics workspace table.

Delete(ITablesOperations, String, String, String)

Delete a Log Analytics workspace table.

DeleteAsync(ITablesOperations, String, String, String, CancellationToken)

Delete a Log Analytics workspace table.

Get(ITablesOperations, String, String, String)

Gets a Log Analytics workspace table.

GetAsync(ITablesOperations, String, String, String, CancellationToken)

Gets a Log Analytics workspace table.

ListByWorkspace(ITablesOperations, String, String)

Gets all the tables for the specified Log Analytics workspace.

ListByWorkspaceAsync(ITablesOperations, String, String, CancellationToken)

Gets all the tables for the specified Log Analytics workspace.

Migrate(ITablesOperations, String, String, String)

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.

MigrateAsync(ITablesOperations, String, String, String, CancellationToken)

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(ITablesOperations, String, String, String, Table)

Update a Log Analytics workspace table.

UpdateAsync(ITablesOperations, String, String, String, Table, CancellationToken)

Update a Log Analytics workspace table.

Applies to