Share via


Database Class

Definition

Database REST resource.

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

Constructors

Database()

Creates an new Database instance.

Properties

AssessmentData

Gets or sets the assessment details of the database published by various sources.

Id

Gets or sets the relative URL to get to this REST resource.

LastUpdatedTime

Gets or sets the time of the last modification of the database.

Name

Gets or sets the name of this REST resource.

Type

Gets the type of this REST resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Database.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Database.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Database into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to