SecureScoreControlDetails Interface

public interface SecureScoreControlDetails

An immutable client-side representation of SecureScoreControlDetails.

Method Summary

Modifier and Type Method and Description
abstract Double current()

Gets the current property: Current score.

abstract SecureScoreControlDefinitionItem definition()

Gets the definition property: Information about the security control.

abstract String displayName()

Gets the displayName property: User friendly display name of the control.

abstract Integer healthyResourceCount()

Gets the healthyResourceCount property: Number of healthy resources in the control.

abstract String id()

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

abstract SecureScoreControlDetailsInner innerModel()

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

abstract Integer max()

Gets the max property: Maximum score available.

abstract String name()

Gets the name property: The name of the resource.

abstract Integer notApplicableResourceCount()

Gets the notApplicableResourceCount property: Number of not applicable resources in the control.

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 Integer unhealthyResourceCount()

Gets the unhealthyResourceCount property: Number of unhealthy resources in the control.

abstract Long weight()

Gets the weight property: The relative weight for this specific control in each of your subscriptions.

Method Details

current

public abstract Double current()

Gets the current property: Current score.

Returns:

the current value.

definition

public abstract SecureScoreControlDefinitionItem definition()

Gets the definition property: Information about the security control.

Returns:

the definition value.

displayName

public abstract String displayName()

Gets the displayName property: User friendly display name of the control.

Returns:

the displayName value.

healthyResourceCount

public abstract Integer healthyResourceCount()

Gets the healthyResourceCount property: Number of healthy resources in the control.

Returns:

the healthyResourceCount value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract SecureScoreControlDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlDetailsInner 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.

notApplicableResourceCount

public abstract Integer notApplicableResourceCount()

Gets the notApplicableResourceCount property: Number of not applicable resources in the control.

Returns:

the notApplicableResourceCount 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.

unhealthyResourceCount

public abstract Integer unhealthyResourceCount()

Gets the unhealthyResourceCount property: Number of unhealthy resources in the control.

Returns:

the unhealthyResourceCount value.

weight

public abstract 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.

Applies to