Share via


LogCollectionContent Class

Definition

Log Collection Request.

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

Constructors

LogCollectionContent()

Initializes a new instance of LogCollectionContent.

Properties

Properties

Properties for Log Collection Request.

Explicit Interface Implementations

IJsonModel<LogCollectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogCollectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogCollectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogCollectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogCollectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to