ICustomizationTaskListValidationError.Detail 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.
List of validation errors for the task.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="List of validation errors for the task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationErrorDetails) }, ReadOnly=false, Required=true, SerializedName="details")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationErrorDetails[] Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="List of validation errors for the task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationErrorDetails) }, ReadOnly=false, Required=true, SerializedName="details")>]
member this.Detail : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationErrorDetails[] with get, set
Public Property Detail As ICustomizationTaskListValidationErrorDetails()
Property Value
- Attributes