Accounts interface

Interface representing a Accounts.

Methods

list(string, string, AccountsListOptionalParams)

Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created

Method Details

list(string, string, AccountsListOptionalParams)

Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created

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