Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssessmentOptions

Package version

Class representing a AssessmentOptions.

Hierarchy

  • AssessmentOptions

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(locationName: string, options?: msRest.RequestOptionsBase): Promise<Models.AssessmentOptionsGetResponse>
  • get(locationName: string, callback: msRest.ServiceCallback<AssessmentOptionsResultList>): void
  • get(locationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AssessmentOptionsResultList>): void
  • Get the available options for the properties of an assessment.

    summary

    Get the assessment options.

    Parameters

    • locationName: string

      Azure region in which the project is created.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AssessmentOptionsGetResponse>

    Promise<Models.AssessmentOptionsGetResponse>

  • Parameters

    • locationName: string

      Azure region in which the project is created.

    • callback: msRest.ServiceCallback<AssessmentOptionsResultList>

      The callback

    Returns void

  • Parameters

    • locationName: string

      Azure region in which the project is created.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AssessmentOptionsResultList>

      The callback

    Returns void

Generated using TypeDoc