SecureScoreControlDefinitions Interface

public interface SecureScoreControlDefinitions

Resource collection API of SecureScoreControlDefinitions.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SecureScoreControlDefinitionItem> list()

List the available security controls, their assessments, and the max score.

abstract PagedIterable<SecureScoreControlDefinitionItem> list(Context context)

List the available security controls, their assessments, and the max score.

abstract PagedIterable<SecureScoreControlDefinitionItem> listBySubscription()

For a specified subscription, list the available security controls, their assessments, and the max score.

abstract PagedIterable<SecureScoreControlDefinitionItem> listBySubscription(Context context)

For a specified subscription, list the available security controls, their assessments, and the max score.

Method Details

list

public abstract PagedIterable list()

List the available security controls, their assessments, and the max score.

Returns:

list of security controls definition as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

List the available security controls, their assessments, and the max score.

Parameters:

context - The context to associate with this operation.

Returns:

list of security controls definition as paginated response with PagedIterable<T>.

listBySubscription

public abstract PagedIterable listBySubscription()

For a specified subscription, list the available security controls, their assessments, and the max score.

Returns:

list of security controls definition as paginated response with PagedIterable<T>.

listBySubscription

public abstract PagedIterable listBySubscription(Context context)

For a specified subscription, list the available security controls, their assessments, and the max score.

Parameters:

context - The context to associate with this operation.

Returns:

list of security controls definition as paginated response with PagedIterable<T>.

Applies to