SummaryCollection Constructors

Definition

Overloads

SummaryCollection()

Initializes a new instance of the SummaryCollection class.

SummaryCollection(String, IList<Summary>)

Initializes a new instance of the SummaryCollection class.

SummaryCollection()

Initializes a new instance of the SummaryCollection class.

public SummaryCollection ();
Public Sub New ()

Applies to

SummaryCollection(String, IList<Summary>)

Initializes a new instance of the SummaryCollection class.

public SummaryCollection (string fieldName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.Summary> summary = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SummaryCollection : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.Summary> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SummaryCollection
Public Sub New (Optional fieldName As String = Nothing, Optional summary As IList(Of Summary) = Nothing)

Parameters

fieldName
String

Gets or sets the field name on which summary is done.

summary
IList<Summary>

Gets or sets the list of summary items.

Applies to