你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClusterPoolUpgradeHistoryProperties 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.
Properties of cluster pool upgrade history. Please note ClusterPoolUpgradeHistoryProperties 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 ClusterPoolAksPatchUpgradeHistoryProperties and ClusterPoolNodeOSUpgradeHistoryProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterPoolUpgradeHistoryProperties))]
public abstract class ClusterPoolUpgradeHistoryProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeHistoryProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeHistoryProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterPoolUpgradeHistoryProperties))>]
type ClusterPoolUpgradeHistoryProperties = class
interface IJsonModel<ClusterPoolUpgradeHistoryProperties>
interface IPersistableModel<ClusterPoolUpgradeHistoryProperties>
Public MustInherit Class ClusterPoolUpgradeHistoryProperties
Implements IJsonModel(Of ClusterPoolUpgradeHistoryProperties), IPersistableModel(Of ClusterPoolUpgradeHistoryProperties)
- Inheritance
-
ClusterPoolUpgradeHistoryProperties
- Derived
- Attributes
- Implements
Constructors
ClusterPoolUpgradeHistoryProperties(String, ClusterPoolUpgradeHistoryUpgradeResultType) |
Initializes a new instance of ClusterPoolUpgradeHistoryProperties. |
Properties
UpgradeResult |
Result of this upgrade. |
UtcTime |
Time when created this upgrade history. |
Explicit Interface Implementations
IJsonModel<ClusterPoolUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterPoolUpgradeHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterPoolUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterPoolUpgradeHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterPoolUpgradeHistoryProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |