你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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