Partager via


ExportConfigurationsOperationsExtensions.CreateAsync Méthode

Définition

Créez une configuration d’exportation continue d’un composant Application Insights.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration>> CreateAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IExportConfigurationsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest exportProperties, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IExportConfigurationsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration>>
<Extension()>
Public Function CreateAsync (operations As IExportConfigurationsOperations, resourceGroupName As String, resourceName As String, exportProperties As ApplicationInsightsComponentExportRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ApplicationInsightsComponentExportConfiguration))

Paramètres

operations
IExportConfigurationsOperations

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.

exportProperties
ApplicationInsightsComponentExportRequest

Propriétés qui doivent être spécifiées pour créer une configuration d’exportation continue d’un composant Application Insights.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à