IDatabaseInstanceProperties.Summary Property
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.
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.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstancePropertiesSummary) }, ReadOnly=false, Required=false, SerializedName="summary")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstancePropertiesSummary Summary { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstancePropertiesSummary) }, ReadOnly=false, Required=false, SerializedName="summary")>]
member this.Summary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDatabaseInstancePropertiesSummary with get, set
Public Property Summary As IDatabaseInstancePropertiesSummary
Property Value
- Attributes