ComponentsOperationsExtensions.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée (ou met à jour) un composant Application Insights. Remarque : vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put.
public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent CreateOrUpdate (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent insightProperties);
static member CreateOrUpdate : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent
<Extension()>
Public Function CreateOrUpdate (operations As IComponentsOperations, resourceGroupName As String, resourceName As String, insightProperties As ApplicationInsightsComponent) As ApplicationInsightsComponent
Paramètres
- operations
- IComponentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
- String
Nom de la ressource du composant Application Insights.
- insightProperties
- ApplicationInsightsComponent
Propriétés qui doivent être spécifiées pour créer un composant Application Insights.
Retours
S’applique à
Azure SDK for .NET