ApplicationInsightsExtensions.GetApplicationInsightsComponents Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetApplicationInsightsComponents(ResourceGroupResource) |
Obtém uma coleção de ApplicationInsightsComponentResources no ResourceGroupResource. |
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken) |
Obtém uma lista de todos os componentes do Application Insights em uma assinatura.
|
GetApplicationInsightsComponents(ResourceGroupResource)
Obtém uma coleção de ApplicationInsightsComponentResources no 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
Parâmetros
- resourceGroupResource
- ResourceGroupResource
A ResourceGroupResource instância na qual o método será executado.
Retornos
Um objeto que representa a coleção de ApplicationInsightsComponentResources e suas operações em um ApplicationInsightsComponentResource.
Aplica-se a
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)
Obtém uma lista de todos os componentes do Application Insights em uma assinatura.
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Insights/components
- Operação 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)
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância na qual o método será executado.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de ApplicationInsightsComponentResource que pode levar várias solicitações de serviço para iterar.