Partager via


ApplicationInsightsExtensions.GetApplicationInsightsComponents Méthode

Définition

Surcharges

GetApplicationInsightsComponents(ResourceGroupResource)

Obtient une collection d’ApplicationInsightsComponentResources dans ResourceGroupResource.

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

Obtient la liste de tous les composants Application Insights au sein d’un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Insights/components
  • IdComponents_List d’opération

GetApplicationInsightsComponents(ResourceGroupResource)

Obtient une collection d’ApplicationInsightsComponentResources dans ResourceGroupResource.

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

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

Retours

Objet représentant une collection d’ApplicationInsightsComponentResources et leurs opérations sur une ApplicationInsightsComponentResource.

S’applique à

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

Obtient la liste de tous les composants Application Insights au sein d’un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Insights/components
  • IdComponents_List d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de qui peut nécessiter plusieurs demandes de ApplicationInsightsComponentResource service pour itérer.

S’applique à