TablesClient Interface
public interface TablesClient
An instance of this class provides access to all the operations defined in TablesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<TableInner>,TableInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters)
Update or Create a Log Analytics workspace table.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<TableInner>,TableInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, Context context)
Update or Create a Log Analytics workspace table.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String tableName)
Delete a Log Analytics workspace table.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String tableName, Context context)
Delete a Log Analytics workspace table.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<TableInner>,TableInner> beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters)
Update a Log Analytics workspace table.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<TableInner>,TableInner> beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, Context context)
Update a Log Analytics workspace table.
Parameters:
Returns:
cancelSearch
public abstract void cancelSearch(String resourceGroupName, String workspaceName, String tableName)
Cancel a log analytics workspace search results table query run.
Parameters:
cancelSearchWithResponse
public abstract Response<Void> cancelSearchWithResponse(String resourceGroupName, String workspaceName, String tableName, Context context)
Cancel a log analytics workspace search results table query run.
Parameters:
Returns:
createOrUpdate
public abstract TableInner createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters)
Update or Create a Log Analytics workspace table.
Parameters:
Returns:
createOrUpdate
public abstract TableInner createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, Context context)
Update or Create a Log Analytics workspace table.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String tableName)
Delete a Log Analytics workspace table.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String tableName, Context context)
Delete a Log Analytics workspace table.
Parameters:
get
public abstract TableInner get(String resourceGroupName, String workspaceName, String tableName)
Gets a Log Analytics workspace table.
Parameters:
Returns:
getWithResponse
public abstract Response<TableInner> getWithResponse(String resourceGroupName, String workspaceName, String tableName, Context context)
Gets a Log Analytics workspace table.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<TableInner> listByWorkspace(String resourceGroupName, String workspaceName)
Gets all the tables for the specified Log Analytics workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<TableInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets all the tables for the specified Log Analytics workspace.
Parameters:
Returns:
migrate
public abstract void migrate(String resourceGroupName, String workspaceName, String tableName)
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:
migrateWithResponse
public abstract Response<Void> migrateWithResponse(String resourceGroupName, String workspaceName, String tableName, Context context)
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:
Returns:
update
public abstract TableInner update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters)
Update a Log Analytics workspace table.
Parameters:
Returns:
update
public abstract TableInner update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, Context context)
Update a Log Analytics workspace table.
Parameters:
Returns: