WorkItemConfigurationsOperationsExtensions.Create 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.
Erstellen Sie eine Arbeitselementkonfiguration für eine Application Insights-Komponente.
public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration Create(this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemCreateConfiguration workItemConfigurationProperties);
static member Create : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemCreateConfiguration -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration
<Extension()>
Public Function Create (operations As IWorkItemConfigurationsOperations, resourceGroupName As String, resourceName 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.
- workItemConfigurationProperties
- WorkItemCreateConfiguration
Eigenschaften, die angegeben werden müssen, um eine Arbeitselementkonfiguration einer Application Insights-Komponente zu erstellen.
Gibt zurück
Gilt für:
Azure SDK for .NET