Share via


IDatabaseInstance.Summary Property

Definition

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

Applies to