ContainerServiceFleetPatch Class

Definition

Properties of a Fleet that can be patched.

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

Constructors

ContainerServiceFleetPatch()

Initializes a new instance of ContainerServiceFleetPatch.

Properties

Identity

Managed identity.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to