Interface SecureScoreControlDetails


public interface SecureScoreControlDetails
An immutable client-side representation of SecureScoreControlDetails.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current property: Current score.
    Gets the definition property: Information about the security control.
    Gets the displayName property: User friendly display name of the control.
    Gets the healthyResourceCount property: Number of healthy resources in the control.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlDetailsInner object.
    max()
    Gets the max property: Maximum score available.
    Gets the name property: The name of the resource.
    Gets the notApplicableResourceCount property: Number of not applicable resources in the control.
    Gets the percentage property: Ratio of the current score divided by the maximum.
    Gets the type property: The type of the resource.
    Gets the unhealthyResourceCount property: Number of unhealthy resources in the control.
    Gets the weight property: The relative weight for this specific control in each of your subscriptions.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • 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.SecureScoreControlDetailsInner object.
      Returns:
      the inner object.