Interface SecureScoreControlScoreDetails


public interface SecureScoreControlScoreDetails
An immutable client-side representation of SecureScoreControlScoreDetails.
  • Method Details

    • displayName

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

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

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

      Integer notApplicableResourceCount()
      Gets the notApplicableResourceCount property: Number of not applicable resources in the control.
      Returns:
      the notApplicableResourceCount value.
    • weight

      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:
      the weight value.
    • definition

      Gets the definition property: Information about the security control.
      Returns:
      the definition value.
    • max

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

      Double current()
      Gets the current property: Current score.
      Returns:
      the current value.
    • percentage

      Double percentage()
      Gets the percentage property: Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.
      Returns:
      the percentage value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlScoreDetailsInner object.
      Returns:
      the inner object.