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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceDependencyTypeConverter))]
public class MoveResourceDependency : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceDependency
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceDependencyTypeConverter))>]
type MoveResourceDependency = class
interface IMoveResourceDependency
interface IJsonSerializable
Public Class MoveResourceDependency
Implements IMoveResourceDependency
- Inheritance
-
MoveResourceDependency
- Attributes
- Implements
Constructors
MoveResourceDependency() |
Creates an new MoveResourceDependency instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MoveResourceDependency. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MoveResourceDependency. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceDependency. |
FromJsonString(String) |
Creates a new instance of MoveResourceDependency, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MoveResourceDependency into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |