Interface Table.DefinitionStages.WithCreate
- All Superinterfaces:
Table.DefinitionStages.WithPlan,Table.DefinitionStages.WithRestoredLogs,Table.DefinitionStages.WithResultStatistics,Table.DefinitionStages.WithRetentionInDays,Table.DefinitionStages.WithSchema,Table.DefinitionStages.WithSearchResults,Table.DefinitionStages.WithTotalRetentionInDays
- All Known Subinterfaces:
Table.Definition
- Enclosing interface:
- Table.DefinitionStages
public static interface Table.DefinitionStages.WithCreate
extends Table.DefinitionStages.WithRetentionInDays, Table.DefinitionStages.WithTotalRetentionInDays, Table.DefinitionStages.WithSearchResults, Table.DefinitionStages.WithRestoredLogs, Table.DefinitionStages.WithResultStatistics, Table.DefinitionStages.WithPlan, Table.DefinitionStages.WithSchema
The stage of the Table definition which contains all the minimum required properties for the resource to be
created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithPlan
withPlanMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRestoredLogs
withRestoredLogsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithResultStatistics
withResultStatisticsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRetentionInDays
withRetentionInDaysMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithSchema
withSchemaMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithSearchResults
withSearchResultsMethods inherited from interface com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithTotalRetentionInDays
withTotalRetentionInDays
-
Method Details
-
create
Table create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-