Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Compliances

Package version

Interface representing a Compliances.

Hierarchy

  • Compliances

Implemented by

Index

Methods

Methods

get

  • Details of a specific Compliance.

    Parameters

    • scope: string

      Scope of the query, can be subscription (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group (/providers/Microsoft.Management/managementGroups/mgName).

    • complianceName: string

      name of the Compliance

    • Optional options: CompliancesGetOptionalParams

      The options parameters.

    Returns Promise<CompliancesGetResponse>

list

  • The Compliance scores of the specific management group.

    Parameters

    • scope: string

      Scope of the query, can be subscription (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group (/providers/Microsoft.Management/managementGroups/mgName).

    • Optional options: CompliancesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Compliance>

Generated using TypeDoc