DatabaseInstanceSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing the database instance summary object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseInstanceSummaryTypeConverter))]
public class DatabaseInstanceSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstanceSummary
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseInstanceSummaryTypeConverter))>]
type DatabaseInstanceSummary = class
interface IDatabaseInstanceSummary
interface IJsonSerializable
Public Class DatabaseInstanceSummary
Implements IDatabaseInstanceSummary
- Inheritance
-
DatabaseInstanceSummary
- Attributes
- Implements
Constructors
DatabaseInstanceSummary() |
Creates an new DatabaseInstanceSummary instance. |
Properties
DatabasesAssessedCount |
Gets or sets the count of databases assessed. |
MigrationReadyCount |
Gets or sets the count of databases ready for migration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabaseInstanceSummary. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabaseInstanceSummary. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstanceSummary. |
FromJsonString(String) |
Creates a new instance of DatabaseInstanceSummary, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabaseInstanceSummary into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |