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