IOperationErrorAdditionalInfo.InfoMoveResource Property

Definition

The affected move resources.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=false, Description="The affected move resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IAffectedMoveResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="moveResources", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IAffectedMoveResource> InfoMoveResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=false, Description="The affected move resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IAffectedMoveResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="moveResources", Update=false)>]
member this.InfoMoveResource : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IAffectedMoveResource>
Public ReadOnly Property InfoMoveResource As List(Of IAffectedMoveResource)

Property Value

Attributes

Applies to