다음을 통해 공유


ContainerServiceFleetUpdateGroupStatus Class

Definition

The status of a UpdateGroup.

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

Properties

Members

The list of member this UpdateGroup updates.

Name

The name of the UpdateGroup.

Status

The status of the UpdateGroup.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetUpdateGroupStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetUpdateGroupStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetUpdateGroupStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetUpdateGroupStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetUpdateGroupStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to