Compartilhar via


ComponentAvailableFeaturesOperationsExtensions.GetAsync Método

Definição

Retorna todos os recursos disponíveis do componente application insights.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAvailableFeatures> GetAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentAvailableFeaturesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentAvailableFeaturesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAvailableFeatures>
<Extension()>
Public Function GetAsync (operations As IComponentAvailableFeaturesOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationInsightsComponentAvailableFeatures)

Parâmetros

operations
IComponentAvailableFeaturesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName
String

O nome do recurso de componente do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a