UpdateVersion Class

Definition

Update version properties.

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

Constructors

Name Description
UpdateVersion()

Creates an new UpdateVersion instance.

Properties

Name Description
Version

Specify the version.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateVersion.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to