IAzureBackupJobResource.ErrorDetail 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, detailing the errors related to the job
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="A List, detailing the errors related to the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IUserFacingError) }, Read=true, ReadOnly=true, Required=false, SerializedName="errorDetails", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IUserFacingError> ErrorDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="A List, detailing the errors related to the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IUserFacingError) }, Read=true, ReadOnly=true, Required=false, SerializedName="errorDetails", Update=false)>]
member this.ErrorDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IUserFacingError>
Public ReadOnly Property ErrorDetail As List(Of IUserFacingError)
Property Value
- Attributes