ISecureScoresOperations 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.
SecureScoresOperations operations.
public interface ISecureScoresOperations
type ISecureScoresOperations = interface
Public Interface ISecureScoresOperations
Methods
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
Extension Methods
Get(ISecureScoresOperations, String) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'. |
GetAsync(ISecureScoresOperations, String, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'. |
List(ISecureScoresOperations) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
ListAsync(ISecureScoresOperations, CancellationToken) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
ListNext(ISecureScoresOperations, String) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
ListNextAsync(ISecureScoresOperations, String, CancellationToken) |
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |