Freigeben über


ApplicationInsightsExtensions.GetApplicationInsightsComponents Methode

Definition

Überlädt

GetApplicationInsightsComponents(ResourceGroupResource)

Ruft eine Auflistung von ApplicationInsightsComponentResources in resourceGroupResource ab.

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Application Insights-Komponenten innerhalb eines Abonnements ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Insights/components
  • Vorgang IdComponents_List

GetApplicationInsightsComponents(ResourceGroupResource)

Ruft eine Auflistung von ApplicationInsightsComponentResources in resourceGroupResource ab.

public static Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentCollection GetApplicationInsightsComponents (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetApplicationInsightsComponents : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentCollection
<Extension()>
Public Function GetApplicationInsightsComponents (resourceGroupResource As ResourceGroupResource) As ApplicationInsightsComponentCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

Ein Objekt, das die Auflistung von ApplicationInsightsComponentResources und deren Vorgänge über eine ApplicationInsightsComponentResource darstellt.

Gilt für:

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Application Insights-Komponenten innerhalb eines Abonnements ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Insights/components
  • Vorgang IdComponents_List
public static Azure.Pageable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource> GetApplicationInsightsComponents (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetApplicationInsightsComponents : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
<Extension()>
Public Function GetApplicationInsightsComponents (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationInsightsComponentResource)

Parameter

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: