OperationalInsightsSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Table's schema.
public class OperationalInsightsSchema : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema>
type OperationalInsightsSchema = class
interface IJsonModel<OperationalInsightsSchema>
interface IPersistableModel<OperationalInsightsSchema>
Public Class OperationalInsightsSchema
Implements IJsonModel(Of OperationalInsightsSchema), IPersistableModel(Of OperationalInsightsSchema)
- Inheritance
-
OperationalInsightsSchema
- Implements
Constructors
OperationalInsightsSchema() |
Initializes a new instance of OperationalInsightsSchema. |
Properties
Categories |
Table category. |
Columns |
A list of table custom columns. |
Description |
Table description. |
DisplayName |
Table display name. |
Labels |
Table labels. |
Name |
Table name. |
Solutions |
List of solutions the table is affiliated with. |
Source |
Table's creator. |
StandardColumns |
A list of table standard columns. |
TableSubType |
The subtype describes what APIs can be used to interact with the table, and what features are available against it. |
TableType |
Table's creator. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OperationalInsightsSchema>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationalInsightsSchema>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationalInsightsSchema>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationalInsightsSchema>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationalInsightsSchema>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET