SystemVersionListResult Class

Definition

The response of a SystemVersion list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.SystemVersionListResultTypeConverter))]
public class SystemVersionListResult : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ISystemVersionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.SystemVersionListResultTypeConverter))>]
type SystemVersionListResult = class
    interface ISystemVersionListResult
    interface IJsonSerializable
Public Class SystemVersionListResult
Implements ISystemVersionListResult
Inheritance
SystemVersionListResult
Attributes
Implements

Constructors

Name Description
SystemVersionListResult()

Creates an new SystemVersionListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The SystemVersion items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemVersionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemVersionListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ISystemVersionListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemVersionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to