Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubAssessmentsImpl

Package version

Class containing SubAssessments operations.

Hierarchy

  • SubAssessmentsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Get a security sub-assessment on your scanned resource

    Parameters

    • scope: string

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

    • assessmentName: string

      The Assessment Key - Unique key for the assessment type

    • subAssessmentName: string

      The Sub-Assessment Key - Unique key for the sub-assessment type

    • Optional options: SubAssessmentsGetOptionalParams

      The options parameters.

    Returns Promise<SubAssessmentsGetResponse>

list

  • Get security sub-assessments on all your scanned resources inside a scope

    Parameters

    • scope: string

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

    • assessmentName: string

      The Assessment Key - Unique key for the assessment type

    • Optional options: SubAssessmentsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<SecuritySubAssessment>

listAll

Generated using TypeDoc