Freigeben über


WorkItemConfigurationsOperationsExtensions.CreateAsync Methode

Definition

Erstellen Sie eine Arbeitselementkonfiguration für eine Application Insights-Komponente.

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

Parameter

operations
IWorkItemConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

workItemConfigurationProperties
WorkItemCreateConfiguration

Eigenschaften, die angegeben werden müssen, um eine Arbeitselementkonfiguration einer Application Insights-Komponente zu erstellen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: