IMoveResourceProperties.ErrorsPropertiesDetail Property
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.
A list of additional details about the error.
[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="A list of additional details about the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceErrorBody) }, ReadOnly=true, Required=false, SerializedName="details")]
public Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceErrorBody[] ErrorsPropertiesDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="A list of additional details about the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceErrorBody) }, ReadOnly=true, Required=false, SerializedName="details")>]
member this.ErrorsPropertiesDetail : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceErrorBody[]
Public ReadOnly Property ErrorsPropertiesDetail As IMoveResourceErrorBody()
Property Value
- Attributes