MoveResourceDependency Class
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.
Defines the dependency of the move resource.
public class MoveResourceDependency
type MoveResourceDependency = class
Public Class MoveResourceDependency
- Inheritance
-
MoveResourceDependency
Constructors
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. |
Properties
AutomaticResolution | |
DependencyType |
Gets or sets possible values include: 'RequiredForPrepare', 'RequiredForMove' |
Id |
Gets the source ARM ID of the dependent resource. |
IsOptional |
Gets or sets a value indicating whether the dependency is optional. |
ManualResolution | |
ResolutionStatus |
Gets the dependency resolution status. |
ResolutionType |
Gets or sets possible values include: 'Manual', 'Automatic' |
Applies to
Azure SDK for .NET