次の方法で共有


ComponentLinkedStorageAccountResource.Update メソッド

定義

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

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

パラメーター

patch
ComponentLinkedStorageAccountPatch

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

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象