ICompliancesOperations Interface

Definition

CompliancesOperations operations.

public interface ICompliancesOperations
type ICompliancesOperations = interface
Public Interface ICompliancesOperations

Methods

Name Description
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

Name Description
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