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

AuthorizationServerOperationsExtensions.UpdateAsync 方法

定义

汇报标识符指定的授权服务器的详细信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerContract> UpdateAsync (this Microsoft.Azure.Management.ApiManagement.IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerUpdateContract parameters, string ifMatch, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ApiManagement.IAuthorizationServerOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerUpdateContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerContract>
<Extension()>
Public Function UpdateAsync (operations As IAuthorizationServerOperations, resourceGroupName As String, serviceName As String, authsid As String, parameters As AuthorizationServerUpdateContract, ifMatch As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AuthorizationServerContract)

参数

operations
IAuthorizationServerOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

serviceName
String

API 管理服务的名称。

authsid
String

授权服务器的标识符。

parameters
AuthorizationServerUpdateContract

OAuth2 服务器设置更新参数。

ifMatch
String

实体的 ETag。 ETag 应与 GET 请求的标头响应中的当前实体状态匹配,或者对于无条件更新,ETag 应为 * 。

cancellationToken
CancellationToken

取消标记。

返回

适用于