Share via


DatabaseInstanceProperties Class

Definition

Properties of the database instance resource.

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

Constructors

DatabaseInstanceProperties()

Creates an new DatabaseInstanceProperties instance.

Properties

DiscoveryData

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

LastUpdatedTime

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

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseInstanceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to