DatabasesSolutionSummary 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 databases solution summary.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabasesSolutionSummaryTypeConverter))]
public class DatabasesSolutionSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabasesSolutionSummary, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabasesSolutionSummaryTypeConverter))>]
type DatabasesSolutionSummary = class
interface IDatabasesSolutionSummary
interface IJsonSerializable
interface ISolutionSummary
interface IValidates
Public Class DatabasesSolutionSummary
Implements IDatabasesSolutionSummary, IValidates
- Inheritance
-
DatabasesSolutionSummary
- Attributes
- Implements
Constructors
DatabasesSolutionSummary() |
Creates an new DatabasesSolutionSummary instance. |
Properties
DatabaseInstancesAssessedCount |
Gets or sets the count of database instances assessed. |
DatabasesAssessedCount |
Gets or sets the count of databases assessed. |
InstanceType |
Gets the Instance type. |
MigrationReadyCount |
Gets or sets the count of databases ready for migration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabasesSolutionSummary. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabasesSolutionSummary. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabasesSolutionSummary. |
FromJsonString(String) |
Creates a new instance of DatabasesSolutionSummary, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabasesSolutionSummary into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |