CompliancesOperations interface

Interface representing a Compliances operations.

Properties

get

Details of a specific Compliance.

list

The Compliance scores of the specific management group.

Property Details

get

Details of a specific Compliance.

get: (scope: string, complianceName: string, options?: CompliancesGetOptionalParams) => Promise<Compliance>

Property Value

(scope: string, complianceName: string, options?: CompliancesGetOptionalParams) => Promise<Compliance>

list

The Compliance scores of the specific management group.

list: (scope: string, options?: CompliancesListOptionalParams) => PagedAsyncIterableIterator<Compliance, Compliance[], PageSettings>

Property Value

(scope: string, options?: CompliancesListOptionalParams) => PagedAsyncIterableIterator<Compliance, Compliance[], PageSettings>