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
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<SecureScoreControlDefinitionItemInner> list()
List the available security controls, their assessments, and the max score.
Returns:
list
public abstract PagedIterable<SecureScoreControlDefinitionItemInner> list(Context context)
List the available security controls, their assessments, and the max score.
Parameters:
Returns:
listBySubscription
public abstract PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription()
For a specified subscription, list the available security controls, their assessments, and the max score.
Returns:
listBySubscription
public abstract PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription(Context context)
For a specified subscription, list the available security controls, their assessments, and the max score.
Parameters:
Returns: