DbVersionListResult Class

Definition

The response of a DbVersion list operation.

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

Constructors

Name Description
DbVersionListResult()

Creates an new DbVersionListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DbVersion items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbVersionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbVersionListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbVersionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to