ICompliancesOperations 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.
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. |