ArcExtensionUpgradeContent Class

Definition

Describes the parameters for Extension upgrade.

public class ArcExtensionUpgradeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ArcExtensionUpgradeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ArcExtensionUpgradeContent>
type ArcExtensionUpgradeContent = class
    interface IJsonModel<ArcExtensionUpgradeContent>
    interface IPersistableModel<ArcExtensionUpgradeContent>
Public Class ArcExtensionUpgradeContent
Implements IJsonModel(Of ArcExtensionUpgradeContent), IPersistableModel(Of ArcExtensionUpgradeContent)
Inheritance
ArcExtensionUpgradeContent
Implements

Constructors

ArcExtensionUpgradeContent()

Initializes a new instance of ArcExtensionUpgradeContent.

Properties

TargetVersion

Extension Upgrade Target Version.

Explicit Interface Implementations

IJsonModel<ArcExtensionUpgradeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArcExtensionUpgradeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcExtensionUpgradeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcExtensionUpgradeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArcExtensionUpgradeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to