SecureScoreItem Interface
public interface SecureScoreItem
An immutable client-side representation of SecureScoreItem.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Double |
current()
Gets the current property: Current score. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Secure |
innerModel()
Gets the inner com. |
| abstract Integer |
max()
Gets the max property: Maximum score available. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Double |
percentage()
Gets the percentage property: Ratio of the current score divided by the maximum. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Long |
weight()
Gets the weight property: The relative weight for each subscription. |
Method Details
current
public abstract Double current()
Gets the current property: Current score.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The initiative’s name.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecureScoreItemInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreItemInner object.
Returns:
max
public abstract Integer max()
Gets the max property: Maximum score available.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
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:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
weight
public abstract Long weight()
Gets the weight property: The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.
Returns: