Share via


DataContainer Class

Definition

Information about a container with data for a given resource.

public class DataContainer : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataContainer>
public class DataContainer
type DataContainer = class
    interface IJsonModel<DataContainer>
    interface IPersistableModel<DataContainer>
type DataContainer = class
Public Class DataContainer
Implements IJsonModel(Of DataContainer), IPersistableModel(Of DataContainer)
Public Class DataContainer
Inheritance
DataContainer
Implements

Properties

Workspace

Log Analytics workspace information.

Explicit Interface Implementations

IJsonModel<DataContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to