DbSystemListResult Class

Definition

The response of a DbSystem list operation.

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

Constructors

Name Description
DbSystemListResult()

Creates an new DbSystemListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DbSystem items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbSystemListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbSystemListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbSystemListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to