ContainerServiceFleetGateConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GateConfiguration is used to define where Gates should be placed within the Update Run.
public class ContainerServiceFleetGateConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGateConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGateConfiguration>
type ContainerServiceFleetGateConfiguration = class
interface IJsonModel<ContainerServiceFleetGateConfiguration>
interface IPersistableModel<ContainerServiceFleetGateConfiguration>
Public Class ContainerServiceFleetGateConfiguration
Implements IJsonModel(Of ContainerServiceFleetGateConfiguration), IPersistableModel(Of ContainerServiceFleetGateConfiguration)
- Inheritance
-
ContainerServiceFleetGateConfiguration
- Implements
Constructors
ContainerServiceFleetGateConfiguration(ContainerServiceFleetGateType) |
Initializes a new instance of ContainerServiceFleetGateConfiguration. |
Properties
DisplayName |
The human-readable display name of the Gate. |
GateType |
The type of the Gate determines how it is completed. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerServiceFleetGateConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerServiceFleetGateConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerServiceFleetGateConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerServiceFleetGateConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerServiceFleetGateConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |