Freigeben über


ServerAutomaticTuningOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren Sie die Optionen für die automatische Optimierung auf dem Server.

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)

Parameter

operations
IServerAutomaticTuningOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

parameters
ServerAutomaticTuningInner

Der angeforderte Zustand der automatischen Optimierungsressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: