IValidateResult.ValidationDetail 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.
The detail of validation result
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The detail of validation result", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem) }, ReadOnly=false, Required=false, SerializedName="validationDetail")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem[] ValidationDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The detail of validation result", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem) }, ReadOnly=false, Required=false, SerializedName="validationDetail")>]
member this.ValidationDetail : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem[] with get, set
Public Property ValidationDetail As IValidationResultItem()
Property Value
- Attributes