AffectedMoveResource 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
AffectedMoveResource() |
Initializes a new instance of the AffectedMoveResource class. |
AffectedMoveResource(String, String, IList<AffectedMoveResource>) |
Initializes a new instance of the AffectedMoveResource class. |
AffectedMoveResource()
Initializes a new instance of the AffectedMoveResource class.
public AffectedMoveResource ();
Public Sub New ()
Applies to
AffectedMoveResource(String, String, IList<AffectedMoveResource>)
Initializes a new instance of the AffectedMoveResource class.
public AffectedMoveResource (string id = default, string sourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource> moveResources = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.AffectedMoveResource
Public Sub New (Optional id As String = Nothing, Optional sourceId As String = Nothing, Optional moveResources As IList(Of AffectedMoveResource) = Nothing)
Parameters
- id
- String
The affected move resource id.
- sourceId
- String
The affected move resource source id.
- moveResources
- IList<AffectedMoveResource>
The affected move resources.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET