Condividi tramite


ITablesOperations Interface

Definition

TablesOperations operations.

public interface ITablesOperations
type ITablesOperations = interface
Public Interface ITablesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Table, Dictionary<String,List<String>>, CancellationToken)

Update or Create a Log Analytics workspace table.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Log Analytics workspace table.

BeginUpdateWithHttpMessagesAsync(String, String, String, Table, Dictionary<String,List<String>>, CancellationToken)

Update a Log Analytics workspace table.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Table, Dictionary<String,List<String>>, CancellationToken)

Update or Create a Log Analytics workspace table.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Log Analytics workspace table.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Log Analytics workspace table.

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all the tables for the specified Log Analytics workspace.

MigrateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

UpdateWithHttpMessagesAsync(String, String, String, Table, Dictionary<String,List<String>>, CancellationToken)

Update a Log Analytics workspace table.

Extension 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