UpgradableVersionPathResult Class

Definition

The list of intermediate cluster code versions for an upgrade or downgrade. Or minimum and maximum upgradable version if no target was given.

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

Properties

SupportedPath

Gets the supported path.

Explicit Interface Implementations

IJsonModel<UpgradableVersionPathResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpgradableVersionPathResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpgradableVersionPathResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpgradableVersionPathResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpgradableVersionPathResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to