SecureScoreControlScoreDetails Interface
public interface SecureScoreControlScoreDetails
An immutable client-side representation of SecureScoreControlScoreDetails.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Double |
current()
Gets the current property: Current score. |
|
abstract
Secure |
definition()
Gets the definition property: Information about the security control. |
| abstract String |
displayName()
Gets the display |
| abstract Integer |
healthyResourceCount()
Gets the healthy |
|
abstract
Secure |
innerModel()
Gets the inner com. |
| abstract Integer |
max()
Gets the max property: Maximum score available. |
| abstract Integer |
notApplicableResourceCount()
Gets the not |
| abstract Double |
percentage()
Gets the percentage property: Ratio of the current score divided by the maximum. |
| abstract Integer |
unhealthyResourceCount()
Gets the unhealthy |
| abstract Long |
weight()
Gets the weight property: The relative weight for this specific control in each of your subscriptions. |
Method Details
current
public abstract Double current()
Gets the current property: Current score.
Returns:
definition
public abstract SecureScoreControlDefinitionItem definition()
Gets the definition property: Information about the security control.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: User friendly display name of the control.
Returns:
healthyResourceCount
public abstract Integer healthyResourceCount()
Gets the healthyResourceCount property: Number of healthy resources in the control.
Returns:
innerModel
public abstract SecureScoreControlScoreDetailsInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlScoreDetailsInner object.
Returns:
max
public abstract Integer max()
Gets the max property: Maximum score available.
Returns:
notApplicableResourceCount
public abstract Integer notApplicableResourceCount()
Gets the notApplicableResourceCount property: Number of not applicable resources in the control.
Returns:
percentage
public abstract Double percentage()
Gets the percentage property: Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.
Returns:
unhealthyResourceCount
public abstract Integer unhealthyResourceCount()
Gets the unhealthyResourceCount property: Number of unhealthy resources in the control.
Returns:
weight
public abstract Long weight()
Gets 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: