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