SecureScoreControlDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecureScoreControlDetailsInner
- com.
- com.
public final class SecureScoreControlDetailsInner
extends ProxyResource
Details of the security control, its score, and the health status of the relevant resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Double |
current()
Get the current property: Current score. |
|
Secure |
definition()
Get the definition property: Information about the security control. |
| String |
displayName()
Get the display |
|
static
Secure |
fromJson(JsonReader jsonReader)
Reads an instance of Secure |
| Integer |
healthyResourceCount()
Get the healthy |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Integer |
max()
Get the max property: Maximum score available. |
| String |
name()
Get the name property: The name of the resource. |
| Integer |
notApplicableResourceCount()
Get the not |
| Double |
percentage()
Get the percentage property: Ratio of the current score divided by the maximum. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| Integer |
unhealthyResourceCount()
Get the unhealthy |
| void |
validate()
Validates the instance. |
| Long |
weight()
Get the weight property: The relative weight for this specific control in each of your subscriptions. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
current
public Double current()
Get the current property: Current score.
Returns:
definition
public SecureScoreControlDefinitionItemInner definition()
Get the definition property: Information about the security control.
Returns:
displayName
public String displayName()
Get the displayName property: User friendly display name of the control.
Returns:
fromJson
public static SecureScoreControlDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of SecureScoreControlDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
healthyResourceCount
public Integer healthyResourceCount()
Get the healthyResourceCount property: Number of healthy resources in the control.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecureScoreControlDetailsInner.id()Returns:
max
public Integer max()
Get the max property: Maximum score available.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecureScoreControlDetailsInner.name()Returns:
notApplicableResourceCount
public Integer notApplicableResourceCount()
Get the notApplicableResourceCount property: Number of not applicable resources in the control.
Returns:
percentage
public Double percentage()
Get the percentage property: Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecureScoreControlDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecureScoreControlDetailsInner.type()Returns:
unhealthyResourceCount
public Integer unhealthyResourceCount()
Get the unhealthyResourceCount property: Number of unhealthy resources in the control.
Returns:
validate
public void validate()
Validates the instance.
weight
public Long weight()
Get the weight property: 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.
Returns: