次の方法で共有


ConfigurationsOperationsExtensions.Put メソッド

定義

サーバーの構成を更新します。

public static Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration Put (this Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IConfigurationsOperations operations, string resourceGroupName, string serverName, string configurationName, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration parameters);
static member Put : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IConfigurationsOperations * string * string * string * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration
<Extension()>
Public Function Put (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, configurationName As String, parameters As Configuration) As Configuration

パラメーター

operations
IConfigurationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

configurationName
String

サーバー構成の名前。

parameters
Configuration

サーバー構成を更新するために必要なパラメーター。

戻り値

適用対象