PodEvent Class

Definition

Pod Event properties.

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

Properties

Name Description
EventType

The type of pod event.

LastSeenOn

Event Last seen.

Message

Event message.

Reason

Event reason.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PodEvent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PodEvent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PodEvent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PodEvent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PodEvent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to