DatabaseListResultAutoGenerated Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A List of databases.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.DatabaseListResultAutoGeneratedTypeConverter))]
public class DatabaseListResultAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseListResultAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.DatabaseListResultAutoGeneratedTypeConverter))>]
type DatabaseListResultAutoGenerated = class
interface IDatabaseListResultAutoGenerated
interface IJsonSerializable
Public Class DatabaseListResultAutoGenerated
Implements IDatabaseListResultAutoGenerated
- Inheritance
-
DatabaseListResultAutoGenerated
- Attributes
- Implements
Constructors
DatabaseListResultAutoGenerated() |
Creates an new DatabaseListResultAutoGenerated instance. |
Properties
NextLink |
The link used to get the next page of databases. |
Value |
The list of databases housed in a server |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabaseListResultAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabaseListResultAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseListResultAutoGenerated. |
FromJsonString(String) |
Creates a new instance of DatabaseListResultAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabaseListResultAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |