Share via


DatabaseCollection Class

Definition

Collection of databases.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseCollectionTypeConverter))]
public class DatabaseCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseCollectionTypeConverter))>]
type DatabaseCollection = class
    interface IDatabaseCollection
    interface IJsonSerializable
Public Class DatabaseCollection
Implements IDatabaseCollection
Inheritance
DatabaseCollection
Attributes
Implements

Constructors

DatabaseCollection()

Creates an new DatabaseCollection instance.

Properties

NextLink

Gets or sets the value of nextLink.

Value

Gets or sets the databases.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to