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