IMoveResource.DependsOn Property

Definition

Gets or sets the move resource dependencies.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=false, Description="Gets or sets the move resource dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IMoveResourceDependency) }, Read=true, ReadOnly=true, Required=false, SerializedName="dependsOn", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IMoveResourceDependency> DependsOn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=false, Description="Gets or sets the move resource dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IMoveResourceDependency) }, Read=true, ReadOnly=true, Required=false, SerializedName="dependsOn", Update=false)>]
member this.DependsOn : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IMoveResourceDependency>
Public ReadOnly Property DependsOn As List(Of IMoveResourceDependency)

Property Value

Attributes

Applies to