DatabaseListResult Class

Definition

A List of databases.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.DatabaseListResultTypeConverter))]
public class DatabaseListResult : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IDatabaseListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.DatabaseListResultTypeConverter))>]
type DatabaseListResult = class
    interface IDatabaseListResult
    interface IJsonSerializable
Public Class DatabaseListResult
Implements IDatabaseListResult
Inheritance
DatabaseListResult
Attributes
Implements

Constructors

DatabaseListResult()

Creates an new DatabaseListResult instance.

Properties

Value

The list of databases housed in a server

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IDatabaseListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to