Interface SecureScoreItem


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

    Modifier and Type
    Method
    Description
    Gets the current property: Current score.
    Gets the displayName property: The initiative’s name.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreItemInner object.
    max()
    Gets the max property: Maximum score available.
    Gets the name property: The name of the resource.
    Gets the percentage property: Ratio of the current score divided by the maximum.
    Gets the type property: The type of the resource.
    Gets the weight property: The relative weight for each subscription.
  • 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: The initiative’s name.
      Returns:
      the displayName value.
    • weight

      Long weight()
      Gets the weight property: The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.
      Returns:
      the weight 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

      SecureScoreItemInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreItemInner object.
      Returns:
      the inner object.