Freigeben über


ApplicationInsightsComponentResource.DeleteWorkItemConfigurationAsync Methode

Definition

Löschen sie eine Arbeitselementkonfiguration einer Application Insights-Komponente.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}
  • Vorgangs-IdWorkItemConfigurations_Delete
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteWorkItemConfigurationAsync (string workItemConfigId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteWorkItemConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteWorkItemConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteWorkItemConfigurationAsync (workItemConfigId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

workItemConfigId
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

workItemConfigId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

workItemConfigId ist NULL.

Gilt für: