次の方法で共有


LogCollectionSession Class

Definition

Log Collection Session details of the cluster.

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

Properties

CorrelationId

CorrelationId of the log collection.

EndTimeCollected

End Time of the logs when it was collected.

LogCollectionError

Log Collection Error details of the cluster.

LogCollectionJobType

LogCollection job type.

LogCollectionStatus

LogCollection status.

LogEndOn

End Time of the logs when it was collected.

LogSize

Size of the logs collected.

LogStartOn

Start Time of the logs when it was collected.

TimeCollected

Duration of logs collected.

Explicit Interface Implementations

IJsonModel<LogCollectionSession>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogCollectionSession>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogCollectionSession>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogCollectionSession>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogCollectionSession>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to