共用方式為


ArmSecurityCenterModelFactory.SecureScoreControlDetails Method

Definition

Initializes a new instance of SecureScoreControlDetails.

public static Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDetails SecureScoreControlDetails (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, int? healthyResourceCount = default, int? unhealthyResourceCount = default, int? notApplicableResourceCount = default, long? weight = default, Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem definition = default, int? max = default, double? current = default, double? percentage = default);
static member SecureScoreControlDetails : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int64> * Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem * Nullable<int> * Nullable<double> * Nullable<double> -> Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDetails
Public Shared Function SecureScoreControlDetails (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional healthyResourceCount As Nullable(Of Integer) = Nothing, Optional unhealthyResourceCount As Nullable(Of Integer) = Nothing, Optional notApplicableResourceCount As Nullable(Of Integer) = Nothing, Optional weight As Nullable(Of Long) = Nothing, Optional definition As SecureScoreControlDefinitionItem = Nothing, Optional max As Nullable(Of Integer) = Nothing, Optional current As Nullable(Of Double) = Nothing, Optional percentage As Nullable(Of Double) = Nothing) As SecureScoreControlDetails

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

User friendly display name of the control.

healthyResourceCount
Nullable<Int32>

Number of healthy resources in the control.

unhealthyResourceCount
Nullable<Int32>

Number of unhealthy resources in the control.

notApplicableResourceCount
Nullable<Int32>

Number of not applicable resources in the control.

weight
Nullable<Int64>

The relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions.

definition
SecureScoreControlDefinitionItem

Information about the security control.

max
Nullable<Int32>

Maximum score available.

current
Nullable<Double>

Current score.

percentage
Nullable<Double>

Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.

Returns

A new SecureScoreControlDetails instance for mocking.

Applies to