Delen via


Compliances interface

Interface die een naleving vertegenwoordigt.

Methoden

get(string, string, CompliancesGetOptionalParams)

Details van een specifieke naleving.

list(string, CompliancesListOptionalParams)

De nalevingsscores van de specifieke beheergroep.

Methodedetails

get(string, string, CompliancesGetOptionalParams)

Details van een specifieke naleving.

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

Parameters

scope

string

Het bereik van de query kan een abonnement zijn (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) of beheergroep (/providers/Microsoft.Management/managementGroups/mgName).

complianceName

string

naam van de naleving

options
CompliancesGetOptionalParams

De optiesparameters.

Retouren

Promise<Compliance>

list(string, CompliancesListOptionalParams)

De nalevingsscores van de specifieke beheergroep.

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

Parameters

scope

string

Het bereik van de query kan een abonnement zijn (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) of beheergroep (/providers/Microsoft.Management/managementGroups/mgName).

options
CompliancesListOptionalParams

De optiesparameters.

Retouren