你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerParametersOperationsExtensions.ListUpdateConfigurationsAsync 方法

定义

更新给定服务器中的配置列表。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.ConfigurationListResult> ListUpdateConfigurationsAsync (this Microsoft.Azure.Management.PostgreSQL.IServerParametersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.PostgreSQL.Models.ConfigurationListResult value, System.Threading.CancellationToken cancellationToken = default);
static member ListUpdateConfigurationsAsync : Microsoft.Azure.Management.PostgreSQL.IServerParametersOperations * string * string * Microsoft.Azure.Management.PostgreSQL.Models.ConfigurationListResult * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.ConfigurationListResult>
<Extension()>
Public Function ListUpdateConfigurationsAsync (operations As IServerParametersOperations, resourceGroupName As String, serverName As String, value As ConfigurationListResult, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConfigurationListResult)

参数

operations
IServerParametersOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

serverName
String

服务器的名称。

value
ConfigurationListResult

用于更新服务器配置列表的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于