RuntimeResumeApplicationUpgradeContent Class

Definition

Parameters for Resume Upgrade action. The upgrade domain name must be specified.

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

Constructors

RuntimeResumeApplicationUpgradeContent()

Initializes a new instance of RuntimeResumeApplicationUpgradeContent.

Properties

UpgradeDomainName

The upgrade domain name. Expected to be the next upgrade domain if the application is upgrading.

Explicit Interface Implementations

IJsonModel<RuntimeResumeApplicationUpgradeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RuntimeResumeApplicationUpgradeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RuntimeResumeApplicationUpgradeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RuntimeResumeApplicationUpgradeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RuntimeResumeApplicationUpgradeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to