次の方法で共有


ComponentLinkedStorageAccountResource.UpdateAsync メソッド

定義

Application Insights コンポーネントのリンクされたストレージ アカウントを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • 操作IdComponentLinkedStorageAccounts_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>> UpdateAsync (Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>>
override this.UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>>
Public Overridable Function UpdateAsync (patch As ComponentLinkedStorageAccountPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComponentLinkedStorageAccountResource))

パラメーター

patch
ComponentLinkedStorageAccountPatch

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

patch が null です。

適用対象