다음을 통해 공유


ContainerServiceFleetUpdateGroup Class

Definition

A group to be updated.

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

Constructors

ContainerServiceFleetUpdateGroup(String)

Initializes a new instance of ContainerServiceFleetUpdateGroup.

Properties

Name

Name of the group. It must match a group name of an existing fleet member.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetUpdateGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetUpdateGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetUpdateGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetUpdateGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetUpdateGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to