UpgradeNetworkFabricProperties Class

Definition

Model used for Upgrade Network Fabric Properties.

public class UpgradeNetworkFabricProperties : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricUpdateVersionContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.UpgradeNetworkFabricProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.UpgradeNetworkFabricProperties>
type UpgradeNetworkFabricProperties = class
    inherit NetworkFabricUpdateVersionContent
    interface IJsonModel<UpgradeNetworkFabricProperties>
    interface IPersistableModel<UpgradeNetworkFabricProperties>
Public Class UpgradeNetworkFabricProperties
Inherits NetworkFabricUpdateVersionContent
Implements IJsonModel(Of UpgradeNetworkFabricProperties), IPersistableModel(Of UpgradeNetworkFabricProperties)
Inheritance
UpgradeNetworkFabricProperties
Implements

Constructors

Name Description
UpgradeNetworkFabricProperties()

Initializes a new instance of UpgradeNetworkFabricProperties.

Properties

Name Description
Action

Action to be performed while upgrading the fabric.

Version

Specify the version.

(Inherited from NetworkFabricUpdateVersionContent)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkFabricUpdateVersionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkFabricUpdateVersionContent)
IJsonModel<NetworkFabricUpdateVersionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFabricUpdateVersionContent)
IJsonModel<UpgradeNetworkFabricProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpgradeNetworkFabricProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricUpdateVersionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkFabricUpdateVersionContent)
IPersistableModel<NetworkFabricUpdateVersionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkFabricUpdateVersionContent)
IPersistableModel<NetworkFabricUpdateVersionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkFabricUpdateVersionContent)
IPersistableModel<UpgradeNetworkFabricProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpgradeNetworkFabricProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpgradeNetworkFabricProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to