Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.TableInner
Packages that use TableInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of TableInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return TableInnerModifier and TypeMethodDescriptionTablesClient.createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update or Create a Log Analytics workspace table.TablesClient.createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update or Create a Log Analytics workspace table.Gets a Log Analytics workspace table.TablesClient.update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update a Log Analytics workspace table.TablesClient.update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update a Log Analytics workspace table.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type TableInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update a Log Analytics workspace table.com.azure.core.http.rest.Response<TableInner>TablesClient.getWithResponse(String resourceGroupName, String workspaceName, String tableName, com.azure.core.util.Context context) Gets a Log Analytics workspace table.com.azure.core.http.rest.PagedIterable<TableInner>TablesClient.listByWorkspace(String resourceGroupName, String workspaceName) Gets all the tables for the specified Log Analytics workspace.com.azure.core.http.rest.PagedIterable<TableInner>TablesClient.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all the tables for the specified Log Analytics workspace.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type TableInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update or Create a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update a Log Analytics workspace table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableInner>,TableInner> TablesClient.beginUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update a Log Analytics workspace table.TablesClient.createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update or Create a Log Analytics workspace table.TablesClient.createOrUpdate(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update or Create a Log Analytics workspace table.TablesClient.update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters) Update a Log Analytics workspace table.TablesClient.update(String resourceGroupName, String workspaceName, String tableName, TableInner parameters, com.azure.core.util.Context context) Update a Log Analytics workspace table. -
Uses of TableInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return TableInnerModifier and TypeMethodDescriptionTableInner.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableInner.withRestoredLogs(RestoredLogs restoredLogs) Set the restoredLogs property: Parameters of the restore operation that initiated this table.TableInner.withResultStatistics(ResultStatistics resultStatistics) Set the resultStatistics property: Search job execution statistics.TableInner.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: The table retention in days, between 4 and 730.TableInner.withSchema(Schema schema) Set the schema property: Table schema.TableInner.withSearchResults(SearchResults searchResults) Set the searchResults property: Parameters of the search job that initiated this table.TableInner.withTotalRetentionInDays(Integer totalRetentionInDays) Set the totalRetentionInDays property: The table total retention in days, between 4 and 2555. -
Uses of TableInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return TableInnerModifier and TypeMethodDescriptionTable.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.TableInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TableInnerModifier and TypeMethodDescriptionTablesListResult.value()Get the value property: A list of data tables.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type TableInnerModifier and TypeMethodDescriptionTablesListResult.withValue(List<TableInner> value) Set the value property: A list of data tables.