Language

MockableNewRelicObservabilitySubscriptionResource.GetNewRelicOrganizationsAsync Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/providers/NewRelic.Observability/organizations.
  • Operation Id. : OrganizationsOperationGroup_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicOrganizationResourceData> GetNewRelicOrganizationsAsync(string userEmail, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNewRelicOrganizationsAsync : string * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicOrganizationResourceData>
override this.GetNewRelicOrganizationsAsync : string * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicOrganizationResourceData>
Public Overridable Function GetNewRelicOrganizationsAsync (userEmail As String, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NewRelicOrganizationResourceData)

Parameters

userEmail
String

User Email.

location
AzureLocation

Location for NewRelic.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NewRelicOrganizationResourceData that may take multiple service requests to iterate over.

Exceptions

userEmail is null.

userEmail is an empty string, and was expected to be non-empty.

Applies to