Uses of Class
com.azure.resourcemanager.loganalytics.models.Schema
Packages that use Schema
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
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
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type SchemaMethods in com.azure.resourcemanager.loganalytics.models that return SchemaModifier and TypeMethodDescriptionstatic SchemaSchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Schema from the JsonReader.Table.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..