ConfigurationsOperationsExtensions.BeginCreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates eine Konfiguration eines Servers.
public static Microsoft.Azure.Management.PostgreSQL.Models.Configuration BeginCreateOrUpdate (this Microsoft.Azure.Management.PostgreSQL.IConfigurationsOperations operations, string resourceGroupName, string serverName, string configurationName, Microsoft.Azure.Management.PostgreSQL.Models.Configuration parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.PostgreSQL.IConfigurationsOperations * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.Configuration -> Microsoft.Azure.Management.PostgreSQL.Models.Configuration
<Extension()>
Public Function BeginCreateOrUpdate (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, configurationName As String, parameters As Configuration) As Configuration
Parameter
- operations
- IConfigurationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- serverName
- String
Name des Servers
- configurationName
- String
Der Name der Serverkonfiguration.
- parameters
- Configuration
Die erforderlichen Parameter zum Aktualisieren einer Serverkonfiguration.
Gibt zurück
Gilt für:
Azure SDK for .NET