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

ISecureScoreControlDefinitionsOperations Interface

Definition

SecureScoreControlDefinitionsOperations operations.

public interface ISecureScoreControlDefinitionsOperations
type ISecureScoreControlDefinitionsOperations = interface
Public Interface ISecureScoreControlDefinitionsOperations

Methods

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

For a specified subscription, list the available security controls, their assessments, and the max score

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

For a specified subscription, list the available security controls, their assessments, and the max score

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List the available security controls, their assessments, and the max score

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List the available security controls, their assessments, and the max score

Extension Methods

List(ISecureScoreControlDefinitionsOperations)

List the available security controls, their assessments, and the max score

ListAsync(ISecureScoreControlDefinitionsOperations, CancellationToken)

List the available security controls, their assessments, and the max score

ListBySubscription(ISecureScoreControlDefinitionsOperations)

For a specified subscription, list the available security controls, their assessments, and the max score

ListBySubscriptionAsync(ISecureScoreControlDefinitionsOperations, CancellationToken)

For a specified subscription, list the available security controls, their assessments, and the max score

ListBySubscriptionNext(ISecureScoreControlDefinitionsOperations, String)

For a specified subscription, list the available security controls, their assessments, and the max score

ListBySubscriptionNextAsync(ISecureScoreControlDefinitionsOperations, String, CancellationToken)

For a specified subscription, list the available security controls, their assessments, and the max score

ListNext(ISecureScoreControlDefinitionsOperations, String)

List the available security controls, their assessments, and the max score

ListNextAsync(ISecureScoreControlDefinitionsOperations, String, CancellationToken)

List the available security controls, their assessments, and the max score

Applies to