MoveErrorInfo Constructors
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.
Overloads
MoveErrorInfo() |
Initializes a new instance of the MoveErrorInfo class. |
MoveErrorInfo(IList<AffectedMoveResource>) |
Initializes a new instance of the MoveErrorInfo class. |
MoveErrorInfo()
Initializes a new instance of the MoveErrorInfo class.
public MoveErrorInfo ();
Public Sub New ()
Applies to
MoveErrorInfo(IList<AffectedMoveResource>)
Initializes a new instance of the MoveErrorInfo class.
public MoveErrorInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource> moveResources = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveErrorInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveErrorInfo
Public Sub New (Optional moveResources As IList(Of AffectedMoveResource) = Nothing)
Parameters
- moveResources
- IList<AffectedMoveResource>
The affected move resources.