IAzureBackupJobResource.ErrorDetail Property

Definition

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

Applies to