Partager via


ComponentAvailableFeaturesOperationsExtensions.GetAsync Méthode

Définition

Retourne toutes les fonctionnalités disponibles du composant 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)

Paramètres

operations
IComponentAvailableFeaturesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName
String

Nom de la ressource du composant Application Insights.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à