DatabaseInstanceCollection 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.
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. |