Uses of Interface
com.azure.resourcemanager.loganalytics.models.Table.Update
Packages that use Table.Update
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Table.Update in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return Table.UpdateModifier and TypeMethodDescriptionTable.update()Begins update for the Table resource.Table.UpdateStages.WithPlan.withPlan(TablePlanEnum plan) Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..Table.UpdateStages.WithRestoredLogs.withRestoredLogs(RestoredLogs restoredLogs) Specifies the restoredLogs property: Parameters of the restore operation that initiated this table..Table.UpdateStages.WithResultStatistics.withResultStatistics(ResultStatistics resultStatistics) Specifies the resultStatistics property: Search job execution statistics..Table.UpdateStages.WithRetentionInDays.withRetentionInDays(Integer retentionInDays) Specifies the retentionInDays property: The table retention in days, between 4 and 730.Table.UpdateStages.WithSchema.withSchema(Schema schema) Specifies the schema property: Table schema..Table.UpdateStages.WithSearchResults.withSearchResults(SearchResults searchResults) Specifies the searchResults property: Parameters of the search job that initiated this table..Table.UpdateStages.WithTotalRetentionInDays.withTotalRetentionInDays(Integer totalRetentionInDays) Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 2555.