Share via


ContainerServiceFleetGatePatch Class

Definition

Patch a Gate resource.

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

Constructors

ContainerServiceFleetGatePatch()

Initializes a new instance of ContainerServiceFleetGatePatch.

Properties

GatePatchState

The state of the Gate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetGatePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetGatePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetGatePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetGatePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetGatePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to