SecureScoreControlDefinitions Interface
public interface SecureScoreControlDefinitions
Resource collection API of SecureScoreControlDefinitions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
List the available security controls, their assessments, and the max score. |
|
abstract
Paged |
list(Context context)
List the available security controls, their assessments, and the max score. |
|
abstract
Paged |
listBySubscription()
For a specified subscription, list the available security controls, their assessments, and the max score. |
|
abstract
Paged |
listBySubscription(Context context)
For a specified subscription, list the available security controls, their assessments, and the max score. |
Method Details
list
public abstract PagedIterable<SecureScoreControlDefinitionItem> list()
List the available security controls, their assessments, and the max score.
Returns:
list
public abstract PagedIterable<SecureScoreControlDefinitionItem> list(Context context)
List the available security controls, their assessments, and the max score.
Parameters:
Returns:
listBySubscription
public abstract PagedIterable<SecureScoreControlDefinitionItem> listBySubscription()
For a specified subscription, list the available security controls, their assessments, and the max score.
Returns:
listBySubscription
public abstract PagedIterable<SecureScoreControlDefinitionItem> listBySubscription(Context context)
For a specified subscription, list the available security controls, their assessments, and the max score.
Parameters:
Returns: