ValidateOperationResponse Constructors
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.
Overloads
ValidateOperationResponse() |
Initializes a new instance of the ValidateOperationResponse class. |
ValidateOperationResponse(IList<ErrorDetail>) |
Initializes a new instance of the ValidateOperationResponse class. |
ValidateOperationResponse()
Initializes a new instance of the ValidateOperationResponse class.
public ValidateOperationResponse ();
Public Sub New ()
Applies to
ValidateOperationResponse(IList<ErrorDetail>)
Initializes a new instance of the ValidateOperationResponse class.
public ValidateOperationResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail> validationResults = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationResponse
Public Sub New (Optional validationResults As IList(Of ErrorDetail) = Nothing)
Parameters
- validationResults
- IList<ErrorDetail>
Gets the validation result
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET