Freigeben über


WorkItemConfigurationsOperationsExtensions.GetItemAsync Methode

Definition

Ruft die angegebene Arbeitselementkonfiguration für eine Application Insights-Komponente ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration> GetItemAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations operations, string resourceGroupName, string resourceName, string workItemConfigId, System.Threading.CancellationToken cancellationToken = default);
static member GetItemAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration>
<Extension()>
Public Function GetItemAsync (operations As IWorkItemConfigurationsOperations, resourceGroupName As String, resourceName As String, workItemConfigId As String, 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.

workItemConfigId
String

Die eindeutige Arbeitselementkonfigurations-ID. Dies kann entweder der Anzeigename des Connectors sein, wie in der Connectorkonfiguration definiert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: