ArmResourceMoverModelFactory.AffectedMoverResourceInfo Method
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.
Initializes a new instance of AffectedMoverResourceInfo.
public static Azure.ResourceManager.ResourceMover.Models.AffectedMoverResourceInfo AffectedMoverResourceInfo (Azure.Core.ResourceIdentifier id = default, Azure.Core.ResourceIdentifier sourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceMover.Models.AffectedMoverResourceInfo> moverResources = default);
static member AffectedMoverResourceInfo : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.ResourceMover.Models.AffectedMoverResourceInfo> -> Azure.ResourceManager.ResourceMover.Models.AffectedMoverResourceInfo
Public Shared Function AffectedMoverResourceInfo (Optional id As ResourceIdentifier = Nothing, Optional sourceId As ResourceIdentifier = Nothing, Optional moverResources As IEnumerable(Of AffectedMoverResourceInfo) = Nothing) As AffectedMoverResourceInfo
Parameters
The affected move resource id.
- sourceId
- ResourceIdentifier
The affected move resource source id.
- moverResources
- IEnumerable<AffectedMoverResourceInfo>
The affected move resources.
Returns
A new AffectedMoverResourceInfo instance for mocking.