Share via


NetworkFabricUpdateVersionContent Class

Definition

Update version properties.

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

Constructors

NetworkFabricUpdateVersionContent()

Initializes a new instance of NetworkFabricUpdateVersionContent.

Properties

Version

Specify the version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricUpdateVersionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricUpdateVersionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricUpdateVersionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricUpdateVersionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricUpdateVersionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to