Language

ISummaryCollection.Summary 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> Summary { 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.Summary : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISummary> with get, set
Public Property Summary As List(Of ISummary)

Property Value

Attributes

Applies to