Uses of Class
com.azure.resourcemanager.loganalytics.models.Schema
Packages that use Schema
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Schema in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return SchemaModifier and TypeMethodDescriptionTableInner.schema()Get the schema property: Table schema.TableProperties.schema()Get the schema property: Table schema.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type SchemaModifier and TypeMethodDescriptionTableInner.withSchema(Schema schema) Set the schema property: Table schema.TableProperties.withSchema(Schema schema) Set the schema property: Table schema. -
Uses of Schema in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SchemaModifier and TypeMethodDescriptionTable.schema()Gets the schema property: Table schema.Schema.withColumns(List<Column> columns) Set the columns property: A list of table custom columns.Schema.withDescription(String description) Set the description property: Table description.Schema.withDisplayName(String displayName) Set the displayName property: Table display name.Set the name property: Table name.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type SchemaModifier and TypeMethodDescriptionTable.DefinitionStages.WithSchema.withSchema(Schema schema) Specifies the schema property: Table schema..Table.UpdateStages.WithSchema.withSchema(Schema schema) Specifies the schema property: Table schema..