Class SecureScoreControlScoreDetailsInner

java.lang.Object
com.azure.resourcemanager.security.fluent.models.SecureScoreControlScoreDetailsInner

public final class SecureScoreControlScoreDetailsInner extends Object
Calculation result data in control level.
  • Constructor Details

    • SecureScoreControlScoreDetailsInner

      public SecureScoreControlScoreDetailsInner()
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: User friendly display name of the control.
      Returns:
      the displayName value.
    • healthyResourceCount

      public Integer healthyResourceCount()
      Get the healthyResourceCount property: Number of healthy resources in the control.
      Returns:
      the healthyResourceCount value.
    • unhealthyResourceCount

      public Integer unhealthyResourceCount()
      Get the unhealthyResourceCount property: Number of unhealthy resources in the control.
      Returns:
      the unhealthyResourceCount value.
    • notApplicableResourceCount

      public Integer notApplicableResourceCount()
      Get the notApplicableResourceCount property: Number of not applicable resources in the control.
      Returns:
      the notApplicableResourceCount value.
    • 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:
      the weight value.
    • definition

      Get the definition property: Information about the security control.
      Returns:
      the definition value.
    • withDefinition

      Set the definition property: Information about the security control.
      Parameters:
      definition - the definition value to set.
      Returns:
      the SecureScoreControlScoreDetailsInner object itself.
    • max

      public Integer max()
      Get the max property: Maximum score available.
      Returns:
      the max value.
    • current

      public Double current()
      Get the current property: Current score.
      Returns:
      the current value.
    • 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:
      the percentage value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.