ValidationResponse 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
ValidationResponse() |
Initializes a new instance of the ValidationResponse class. |
ValidationResponse(Nullable<Boolean>, ValidationResponseErrorInfo) |
Initializes a new instance of the ValidationResponse class. |
ValidationResponse()
Initializes a new instance of the ValidationResponse class.
public ValidationResponse();
Public Sub New ()
Applies to
ValidationResponse(Nullable<Boolean>, ValidationResponseErrorInfo)
Initializes a new instance of the ValidationResponse class.
public ValidationResponse(bool? isValid = default, Microsoft.Azure.Management.Authorization.Models.ValidationResponseErrorInfo errorInfo = default);
new Microsoft.Azure.Management.Authorization.Models.ValidationResponse : Nullable<bool> * Microsoft.Azure.Management.Authorization.Models.ValidationResponseErrorInfo -> Microsoft.Azure.Management.Authorization.Models.ValidationResponse
Public Sub New (Optional isValid As Nullable(Of Boolean) = Nothing, Optional errorInfo As ValidationResponseErrorInfo = Nothing)
Parameters
- errorInfo
- ValidationResponseErrorInfo
Failed validation result details
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