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 displayName property: The initiative\u2019s name.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SecureScoreItemInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreItemInner object.

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:

the current value.

displayName

public abstract String displayName()

Gets the displayName property: The initiative\u2019s name.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SecureScoreItemInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreItemInner object.

Returns:

the inner object.

max

public abstract Integer max()

Gets the max property: Maximum score available.

Returns:

the max value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

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:

the percentage value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

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:

the weight value.

Applies to