DbServerListResult Class

Definition

The response of a DbServer list operation.

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

Constructors

Name Description
DbServerListResult()

Creates an new DbServerListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DbServer items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbServerListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbServerListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbServerListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to