ConfigurationsOperationsExtensions.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.Configuration> CreateOrUpdateAsync (this Microsoft.Azure.Management.PostgreSQL.IConfigurationsOperations operations, string resourceGroupName, string serverName, string configurationName, Microsoft.Azure.Management.PostgreSQL.Models.Configuration parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.PostgreSQL.IConfigurationsOperations * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.Configuration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.Configuration>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, configurationName As String, parameters As Configuration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET