ISecureScoreControlsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SecureScoreControlsOperations operations.
public interface ISecureScoreControlsOperations
type ISecureScoreControlsOperations = interface
Public Interface ISecureScoreControlsOperations
Methods
| Name | Description |
|---|---|
| ListBySecureScoreNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all security controls for a specific initiative within a scope |
| ListBySecureScoreWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get all security controls for a specific initiative within a scope |
| ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all security controls within a scope |
| ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all security controls within a scope |
Extension Methods
| Name | Description |
|---|---|
| List(ISecureScoreControlsOperations, String) |
Get all security controls within a scope |
| ListAsync(ISecureScoreControlsOperations, String, CancellationToken) |
Get all security controls within a scope |
| ListBySecureScore(ISecureScoreControlsOperations, String, String) |
Get all security controls for a specific initiative within a scope |
| ListBySecureScoreAsync(ISecureScoreControlsOperations, String, String, CancellationToken) |
Get all security controls for a specific initiative within a scope |
| ListBySecureScoreNext(ISecureScoreControlsOperations, String) |
Get all security controls for a specific initiative within a scope |
| ListBySecureScoreNextAsync(ISecureScoreControlsOperations, String, CancellationToken) |
Get all security controls for a specific initiative within a scope |
| ListNext(ISecureScoreControlsOperations, String) |
Get all security controls within a scope |
| ListNextAsync(ISecureScoreControlsOperations, String, CancellationToken) |
Get all security controls within a scope |