ComponentLinkedStorageAccountResource.Update Method

Definition

Update linked storage accounts for an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Operation Id: ComponentLinkedStorageAccounts_Update
  • Default Api Version: 2020-03-01-preview
  • Resource: ComponentLinkedStorageAccountResource
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)

Parameters

patch
ComponentLinkedStorageAccountPatch

Properties that need to be specified to update a linked storage accounts for an Application Insights component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to