AutomaticResolutionProperties 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
AutomaticResolutionProperties() |
Initializes a new instance of the AutomaticResolutionProperties class. |
AutomaticResolutionProperties(String) |
Initializes a new instance of the AutomaticResolutionProperties class. |
AutomaticResolutionProperties()
Initializes a new instance of the AutomaticResolutionProperties class.
public AutomaticResolutionProperties ();
Public Sub New ()
Applies to
AutomaticResolutionProperties(String)
Initializes a new instance of the AutomaticResolutionProperties class.
public AutomaticResolutionProperties (string moveResourceId = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.AutomaticResolutionProperties : string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.AutomaticResolutionProperties
Public Sub New (Optional moveResourceId As String = Nothing)
Parameters
- moveResourceId
- String
Gets the MoveResource ARM ID of the dependent resource if the resolution type is Automatic.
Applies to
Azure SDK for .NET