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

SiteDomainOwnershipIdentifierResource.UpdateAsync 方法

定义

为 Web 应用创建域所有权标识符或更新现有所有权标识符的说明。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • 操作IdWebApps_UpdateDomainOwnershipIdentifier
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>> UpdateAsync (Azure.ResourceManager.AppService.AppServiceIdentifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>
override this.UpdateAsync : Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>
Public Overridable Function UpdateAsync (data As AppServiceIdentifierData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDomainOwnershipIdentifierResource))

参数

data
AppServiceIdentifierData

域所有权属性的 JSON 表示形式。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

data 为 null。

适用于