Share via


ContainerLogs Class

Definition

The logs.

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

Properties

Content

The content of the log.

Explicit Interface Implementations

IJsonModel<ContainerLogs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerLogs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerLogs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerLogs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerLogs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to