Share via


IDatabase Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to