你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabaseInstanceCollection Class

Definition

Collection of database instances.

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

Constructors

DatabaseInstanceCollection()

Creates an new DatabaseInstanceCollection instance.

Properties

NextLink

Gets or sets the value of nextLink.

Value

Gets or sets the database instances.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseInstanceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseInstanceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseInstanceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to