Share via


IDatabaseInstance Interface

Definition

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

Properties

DiscoveryData

Gets or sets the assessment details of the database instance 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.

Summary

Gets or sets the database instances summary per solution. The key of dictionary is the solution name and value is the corresponding database instance summary object.

Type

Gets the type of this REST resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to