ClusterPoolAvailableUpgradeProperties 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.
Cluster pool available upgrade properties. Please note ClusterPoolAvailableUpgradeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClusterPoolAvailableUpgradeAksPatchUpgradeProperties and ClusterPoolAvailableUpgradeNodeOSUpgradeProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterPoolAvailableUpgradeProperties))]
public abstract class ClusterPoolAvailableUpgradeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAvailableUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAvailableUpgradeProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterPoolAvailableUpgradeProperties))>]
type ClusterPoolAvailableUpgradeProperties = class
interface IJsonModel<ClusterPoolAvailableUpgradeProperties>
interface IPersistableModel<ClusterPoolAvailableUpgradeProperties>
Public MustInherit Class ClusterPoolAvailableUpgradeProperties
Implements IJsonModel(Of ClusterPoolAvailableUpgradeProperties), IPersistableModel(Of ClusterPoolAvailableUpgradeProperties)
- Inheritance
-
ClusterPoolAvailableUpgradeProperties
- Derived
- Attributes
- Implements
Constructors
ClusterPoolAvailableUpgradeProperties() |
Initializes a new instance of ClusterPoolAvailableUpgradeProperties. |
Explicit Interface Implementations
IJsonModel<ClusterPoolAvailableUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterPoolAvailableUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET