Interface Table.Update
- All Superinterfaces:
Table.UpdateStages.WithPlan,Table.UpdateStages.WithRestoredLogs,Table.UpdateStages.WithResultStatistics,Table.UpdateStages.WithRetentionInDays,Table.UpdateStages.WithSchema,Table.UpdateStages.WithSearchResults,Table.UpdateStages.WithTotalRetentionInDays
- Enclosing interface:
- Table
public static interface Table.Update
extends Table.UpdateStages.WithRetentionInDays, Table.UpdateStages.WithTotalRetentionInDays, Table.UpdateStages.WithSearchResults, Table.UpdateStages.WithRestoredLogs, Table.UpdateStages.WithResultStatistics, Table.UpdateStages.WithPlan, Table.UpdateStages.WithSchema
The template for Table update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithPlan
withPlanMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithRestoredLogs
withRestoredLogsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithResultStatistics
withResultStatisticsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithRetentionInDays
withRetentionInDaysMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithSchema
withSchemaMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithSearchResults
withSearchResultsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.UpdateStages.WithTotalRetentionInDays
withTotalRetentionInDays
-
Method Details
-
apply
Table apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-