RollingUpgradeProgressInfo 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.
Information about the number of virtual machine instances in each upgrade state.
public class RollingUpgradeProgressInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.RollingUpgradeProgressInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.RollingUpgradeProgressInfo>
type RollingUpgradeProgressInfo = class
interface IJsonModel<RollingUpgradeProgressInfo>
interface IPersistableModel<RollingUpgradeProgressInfo>
Public Class RollingUpgradeProgressInfo
Implements IJsonModel(Of RollingUpgradeProgressInfo), IPersistableModel(Of RollingUpgradeProgressInfo)
- Inheritance
-
RollingUpgradeProgressInfo
- Implements
Properties
FailedInstanceCount |
The number of instances that have failed to be upgraded successfully. |
InProgressInstanceCount |
The number of instances that are currently being upgraded. |
PendingInstanceCount |
The number of instances that have not yet begun to be upgraded. |
SuccessfulInstanceCount |
The number of instances that have been successfully upgraded. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<RollingUpgradeProgressInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RollingUpgradeProgressInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RollingUpgradeProgressInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RollingUpgradeProgressInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RollingUpgradeProgressInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET