你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
ContainerServiceFleetGateTarget(ResourceIdentifier)

Initializes a new instance of ContainerServiceFleetGateTarget.

Properties

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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