Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GrantsImpl

Package version

Class containing Grants operations.

Hierarchy

  • GrantsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Get details for a specific grant linked to the provided billing account and billing profile.

    Parameters

    • billingAccountName: string

      Billing account name.

    • billingProfileName: string

      Billing profile name.

    • Optional options: GrantsGetOptionalParams

      The options parameters.

    Returns Promise<GrantsGetResponse>

list

  • Get details for a specific grant linked to the provided billing account and billing profile.

    Parameters

    • billingAccountName: string

      Billing account name.

    • billingProfileName: string

      Billing profile name.

    • Optional options: GrantsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<GrantDetails>

listAll

Generated using TypeDoc