StorageInsightConfigsOperationsExtensions.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éer ou mettre à jour une insights de stockage.
public static Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight CreateOrUpdate(this Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations operations, string resourceGroupName, string workspaceName, string storageInsightName, Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight -> Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight
<Extension()>
Public Function CreateOrUpdate (operations As IStorageInsightConfigsOperations, resourceGroupName As String, workspaceName As String, storageInsightName As String, parameters As StorageInsight) As StorageInsight
Paramètres
- operations
- IStorageInsightConfigsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
- String
Nom de l’espace de travail.
- storageInsightName
- String
Nom de la ressource storageInsightsConfigs
- parameters
- StorageInsight
Paramètres nécessaires à la création ou à la mise à jour d’une insight de stockage.
Retours
S’applique à
Azure SDK for .NET