WorkItemConfigurationsOperationsExtensions.UpdateItem Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie eine Arbeitselementkonfiguration für eine Application Insights-Komponente.
public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration UpdateItem(this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations operations, string resourceGroupName, string resourceName, string workItemConfigId, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemCreateConfiguration workItemConfigurationProperties);
static member UpdateItem : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations * string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemCreateConfiguration -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration
<Extension()>
Public Function UpdateItem (operations As IWorkItemConfigurationsOperations, resourceGroupName As String, resourceName As String, workItemConfigId As String, workItemConfigurationProperties As WorkItemCreateConfiguration) As 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.
- workItemConfigurationProperties
- WorkItemCreateConfiguration
Eigenschaften, die angegeben werden müssen, um eine Arbeitselementkonfiguration für diese Application Insights-Komponente zu aktualisieren.
Gibt zurück
Gilt für:
Azure SDK for .NET