Accounts interface

Interface representing a Accounts.

Methods

list(string, string, AccountsListOptionalParams)

List all the existing accounts

Method Details

list(string, string, AccountsListOptionalParams)

List all the existing accounts

function list(userEmail: string, location: string, options?: AccountsListOptionalParams): PagedAsyncIterableIterator<AccountResource, AccountResource[], PageSettings>

Parameters

userEmail

string

User Email.

location

string

Location for NewRelic.

options
AccountsListOptionalParams

The options parameters.

Returns