ArmAppComplianceAutomationModelFactory.OverviewStatus Method

Definition

Initializes a new instance of OverviewStatus.

public static Azure.ResourceManager.AppComplianceAutomation.Models.OverviewStatus OverviewStatus (int? passedCount = default, int? failedCount = default, int? manualCount = default);
static member OverviewStatus : Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.AppComplianceAutomation.Models.OverviewStatus
Public Shared Function OverviewStatus (Optional passedCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional manualCount As Nullable(Of Integer) = Nothing) As OverviewStatus

Parameters

passedCount
Nullable<Int32>

The count of all passed full automation control.

failedCount
Nullable<Int32>

The count of all failed full automation control.

manualCount
Nullable<Int32>

The count of all manual control.

Returns

A new OverviewStatus instance for mocking.

Applies to