MoveResourceDependency 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
MoveResourceDependency() |
Initializes a new instance of the MoveResourceDependency class. |
MoveResourceDependency(String, String, String, String, ManualResolutionProperties, AutomaticResolutionProperties, String) |
Initializes a new instance of the MoveResourceDependency class. |
MoveResourceDependency()
Initializes a new instance of the MoveResourceDependency class.
public MoveResourceDependency ();
Public Sub New ()
Applies to
MoveResourceDependency(String, String, String, String, ManualResolutionProperties, AutomaticResolutionProperties, String)
Initializes a new instance of the MoveResourceDependency class.
public MoveResourceDependency (string id = default, string resolutionStatus = default, string resolutionType = default, string dependencyType = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.ManualResolutionProperties manualResolution = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.AutomaticResolutionProperties automaticResolution = default, string isOptional = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependency : string * string * string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.ManualResolutionProperties * Microsoft.Azure.Management.Migrate.ResourceMover.Models.AutomaticResolutionProperties * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependency
Public Sub New (Optional id As String = Nothing, Optional resolutionStatus As String = Nothing, Optional resolutionType As String = Nothing, Optional dependencyType As String = Nothing, Optional manualResolution As ManualResolutionProperties = Nothing, Optional automaticResolution As AutomaticResolutionProperties = Nothing, Optional isOptional As String = Nothing)
Parameters
- id
- String
Gets the source ARM ID of the dependent resource.
- resolutionStatus
- String
Gets the dependency resolution status.
- resolutionType
- String
Possible values include: 'Manual', 'Automatic'
- dependencyType
- String
Possible values include: 'RequiredForPrepare', 'RequiredForMove'
- manualResolution
- ManualResolutionProperties
- automaticResolution
- AutomaticResolutionProperties
- isOptional
- String
Gets or sets a value indicating whether the dependency is optional.