你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISecureScoresOperations Interface

Definition

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.

Applies to