NewRelicObservabilityExtensions.GetNewRelicOrganizations Methode

Definition

Auflisten aller vorhandenen Organisationen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/NewRelic.Observability/organizations
  • Vorgang IdOrganizations_List
public static Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicOrganizationResourceData> GetNewRelicOrganizations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string userEmail, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetNewRelicOrganizations : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicOrganizationResourceData>
<Extension()>
Public Function GetNewRelicOrganizations (subscriptionResource As SubscriptionResource, userEmail As String, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NewRelicOrganizationResourceData)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

userEmail
String

Benutzer Email.

location
AzureLocation

Speicherort für NewRelic.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der NewRelicOrganizationResourceData möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Ausnahmen

userEmail ist NULL.

Gilt für: