Freigeben über


ServersOperationsExtensions.Update Methode

Definition

Aktualisiert einen Server.

public static Microsoft.Azure.Management.Sql.Models.Server Update (this Microsoft.Azure.Management.Sql.IServersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerUpdate parameters);
static member Update : Microsoft.Azure.Management.Sql.IServersOperations * string * string * Microsoft.Azure.Management.Sql.Models.ServerUpdate -> Microsoft.Azure.Management.Sql.Models.Server
<Extension()>
Public Function Update (operations As IServersOperations, resourceGroupName As String, serverName As String, parameters As ServerUpdate) As Server

Parameter

operations
IServersOperations

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
ServerUpdate

Der angeforderte Serverressourcenstatus.

Gibt zurück

Gilt für: