Share via


ValidateOperationResponse.ValidationResults Property

Definition

Gets the validation result

[Newtonsoft.Json.JsonProperty(PropertyName="validationResults")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail> ValidationResults { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validationResults")>]
member this.ValidationResults : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail> with get, set
Public Property ValidationResults As IList(Of ErrorDetail)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to