SupportedVersionProperties Class

Definition

Supported version details of the network device.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.SupportedVersionPropertiesTypeConverter))]
public class SupportedVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ISupportedVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.SupportedVersionPropertiesTypeConverter))>]
type SupportedVersionProperties = class
    interface ISupportedVersionProperties
    interface IJsonSerializable
Public Class SupportedVersionProperties
Implements ISupportedVersionProperties
Inheritance
SupportedVersionProperties
Attributes
Implements

Constructors

Name Description
SupportedVersionProperties()

Creates an new SupportedVersionProperties instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedVersionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ISupportedVersionProperties.

FromJsonString(String)

Creates a new instance of SupportedVersionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to