ServerAutomaticTuningOperationsExtensions.UpdateAsync 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.
Mettez à jour les options de réglage automatique sur le serveur.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning> UpdateAsync (this Microsoft.Azure.Management.Sql.IServerAutomaticTuningOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Sql.IServerAutomaticTuningOperations * string * string * Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning>
<Extension()>
Public Function UpdateAsync (operations As IServerAutomaticTuningOperations, resourceGroupName As String, serverName As String, parameters As ServerAutomaticTuning, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 la ressource de réglage automatique demandé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET