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

InformaticaServerlessRuntimeResource.UpdateAsync Method

Definition

Update a InformaticaServerlessRuntimeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Update
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>> UpdateAsync (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>>
override this.UpdateAsync : Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>>
Public Overridable Function UpdateAsync (patch As InformaticaServerlessRuntimePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of InformaticaServerlessRuntimeResource))

Parameters

patch
InformaticaServerlessRuntimePatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to