AutomaticResolutionProperties Constructors

Definition

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