SecureScoreControlDefinitionsClient Interface

public interface SecureScoreControlDefinitionsClient

An instance of this class provides access to all the operations defined in SecureScoreControlDefinitionsClient.

Method Summary

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

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

abstract PagedIterable<SecureScoreControlDefinitionItemInner> list(Context context)

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

abstract PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription()

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

abstract PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription(Context context)

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

Method Details

list

public abstract PagedIterable<SecureScoreControlDefinitionItemInner> 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<SecureScoreControlDefinitionItemInner> 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<SecureScoreControlDefinitionItemInner> 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<SecureScoreControlDefinitionItemInner> 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