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
Properties
AutomaticResolutionMoveResourceId |
Gets the MoveResource ARM ID of the dependent resource if the resolution type is Automatic. |
DependencyType |
Defines the dependency type. |
Id |
Gets the source ARM ID of the dependent resource. |
IsOptional |
Gets or sets a value indicating whether the dependency is optional. |
ManualResolutionTargetId |
Gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual. |
ResolutionStatus |
Gets the dependency resolution status. |
ResolutionType |
Defines the resolution type. |
Applies to
Azure SDK for .NET