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

ICompliancesOperations Interface

Definition

CompliancesOperations operations.

public interface ICompliancesOperations
type ICompliancesOperations = interface
Public Interface ICompliancesOperations

Methods

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

Details of a specific Compliance.

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

The Compliance scores of the specific management group.

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

The Compliance scores of the specific management group.

Extension Methods

Get(ICompliancesOperations, String, String)

Details of a specific Compliance.

GetAsync(ICompliancesOperations, String, String, CancellationToken)

Details of a specific Compliance.

List(ICompliancesOperations, String)

The Compliance scores of the specific management group.

ListAsync(ICompliancesOperations, String, CancellationToken)

The Compliance scores of the specific management group.

ListNext(ICompliancesOperations, String)

The Compliance scores of the specific management group.

ListNextAsync(ICompliancesOperations, String, CancellationToken)

The Compliance scores of the specific management group.

Applies to