ContainerServiceFleetUpdateRunStatus 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.
The status of a UpdateRun.
public class ContainerServiceFleetUpdateRunStatus
public class ContainerServiceFleetUpdateRunStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateRunStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateRunStatus>
type ContainerServiceFleetUpdateRunStatus = class
type ContainerServiceFleetUpdateRunStatus = class
interface IJsonModel<ContainerServiceFleetUpdateRunStatus>
interface IPersistableModel<ContainerServiceFleetUpdateRunStatus>
Public Class ContainerServiceFleetUpdateRunStatus
Public Class ContainerServiceFleetUpdateRunStatus
Implements IJsonModel(Of ContainerServiceFleetUpdateRunStatus), IPersistableModel(Of ContainerServiceFleetUpdateRunStatus)
- Inheritance
-
ContainerServiceFleetUpdateRunStatus
- Implements
Properties
SelectedNodeImageVersions |
The image versions to upgrade the nodes to. |
Stages |
The stages composing an update run. Stages are run sequentially withing an UpdateRun. |
Status |
The status of the UpdateRun. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerServiceFleetUpdateRunStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerServiceFleetUpdateRunStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerServiceFleetUpdateRunStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerServiceFleetUpdateRunStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerServiceFleetUpdateRunStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET