Uses of Class
com.azure.resourcemanager.loganalytics.models.TablePlanEnum
Packages that use TablePlanEnum
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of TablePlanEnum in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return TablePlanEnumModifier and TypeMethodDescriptionTableInner.plan()Get the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableProperties.plan()Get the plan property: Instruct the system how to handle and charge the logs ingested to this table.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type TablePlanEnumModifier and TypeMethodDescriptionTableInner.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableProperties.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table. -
Uses of TablePlanEnum in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as TablePlanEnumModifier and TypeFieldDescriptionstatic final TablePlanEnumTablePlanEnum.ANALYTICSStatic value Analytics for TablePlanEnum.static final TablePlanEnumTablePlanEnum.BASICStatic value Basic for TablePlanEnum.Methods in com.azure.resourcemanager.loganalytics.models that return TablePlanEnumModifier and TypeMethodDescriptionstatic TablePlanEnumTablePlanEnum.fromString(String name) Creates or finds a TablePlanEnum from its string representation.Table.plan()Gets the plan property: Instruct the system how to handle and charge the logs ingested to this table.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TablePlanEnumModifier and TypeMethodDescriptionstatic Collection<TablePlanEnum>TablePlanEnum.values()Gets known TablePlanEnum values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type TablePlanEnumModifier and TypeMethodDescriptionTable.DefinitionStages.WithPlan.withPlan(TablePlanEnum plan) Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..Table.UpdateStages.WithPlan.withPlan(TablePlanEnum plan) Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..