ServerAutomaticTuningOperationsExtensions.Update 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.
Mettre à jour les options de paramétrage automatique sur le serveur.
public static Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning Update (this Microsoft.Azure.Management.Sql.IServerAutomaticTuningOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning parameters);
static member Update : Microsoft.Azure.Management.Sql.IServerAutomaticTuningOperations * string * string * Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning -> Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning
<Extension()>
Public Function Update (operations As IServerAutomaticTuningOperations, resourceGroupName As String, serverName As String, parameters As ServerAutomaticTuning) As ServerAutomaticTuning
Paramètres
- operations
- IServerAutomaticTuningOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- parameters
- ServerAutomaticTuning
État de ressource de réglage automatique demandé.
Retours
S’applique à
Azure SDK for .NET