ArmAppComplianceAutomationModelFactory.ReportVerificationResult Method
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.
Initializes a new instance of ReportVerificationResult.
public static Azure.ResourceManager.AppComplianceAutomation.Models.ReportVerificationResult ReportVerificationResult (Azure.ResourceManager.AppComplianceAutomation.Models.ReportResult? result = default, string reason = default);
static member ReportVerificationResult : Nullable<Azure.ResourceManager.AppComplianceAutomation.Models.ReportResult> * string -> Azure.ResourceManager.AppComplianceAutomation.Models.ReportVerificationResult
Public Shared Function ReportVerificationResult (Optional result As Nullable(Of ReportResult) = Nothing, Optional reason As String = Nothing) As ReportVerificationResult
Parameters
- result
- Nullable<ReportResult>
Indicates whether the report verification action is Succeeded or Failed.
- reason
- String
If the report verification action failed, to indicate the detailed failed reason.
Returns
A new ReportVerificationResult instance for mocking.
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