Share via


SupportedVersionProperties Class

Definition

Supported version details of the network device.

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

Constructors

SupportedVersionProperties()

Initializes a new instance of SupportedVersionProperties.

Properties

IsDefault

If true newly provisioned Fabric will use this device version by default to bootstrap the network devices for the first time.

VendorFirmwareVersion

Firmware version.

VendorOSVersion

Operating system version.

Version

Operating system and firmware combined versions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SupportedVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SupportedVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportedVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportedVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SupportedVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to