Share via


ContainerServiceFleetGateTarget Class

Definition

The target that the Gate is controlling, e.g. an Update Run. Exactly one of the properties objects will be set.

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

Constructors

ContainerServiceFleetGateTarget(ResourceIdentifier)

Initializes a new instance of ContainerServiceFleetGateTarget.

Properties

Id

The resource id that the Gate is controlling the rollout of.

UpdateRunProperties

The properties of the Update Run that the Gate is targeting.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceFleetGateTarget>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetGateTarget>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetGateTarget>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetGateTarget>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetGateTarget>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to