ContainerServiceFleetUpdateStatus Class

Definition

The status for an operation or group of operations.

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

Properties

CompletedOn

The time the operation or group was completed.

Error

The error details when a failure is encountered.

StartOn

The time the operation or group was started.

State

The State of the operation or group.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetUpdateStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetUpdateStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetUpdateStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetUpdateStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetUpdateStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to