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