AvailableUpgrade 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.
AvailableUpgrade represents an upgrade available for a Kubernetes cluster.
public class AvailableUpgrade
public class AvailableUpgrade : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.AvailableUpgrade>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.AvailableUpgrade>
type AvailableUpgrade = class
type AvailableUpgrade = class
interface IJsonModel<AvailableUpgrade>
interface IPersistableModel<AvailableUpgrade>
Public Class AvailableUpgrade
Public Class AvailableUpgrade
Implements IJsonModel(Of AvailableUpgrade), IPersistableModel(Of AvailableUpgrade)
- Inheritance
-
AvailableUpgrade
- Implements
Properties
AvailabilityLifecycle |
The version lifecycle indicator. |
Version |
The version available for upgrading. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AvailableUpgrade>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AvailableUpgrade>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AvailableUpgrade>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AvailableUpgrade>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AvailableUpgrade>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET