Language

IMoveResourceCollection.SummaryCollectionSummary Property

Definition

Gets or sets the list of summary items.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the list of summary items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISummary) }, Read=true, ReadOnly=false, Required=false, SerializedName="summary", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISummary> SummaryCollectionSummary { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the list of summary items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISummary) }, Read=true, ReadOnly=false, Required=false, SerializedName="summary", Update=true)>]
member this.SummaryCollectionSummary : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISummary> with get, set
Public Property SummaryCollectionSummary As List(Of ISummary)

Property Value

Attributes

Applies to