Freigeben über


ComponentLinkedStorageAccountResource.UpdateAsync Methode

Definition

Aktualisieren sie verknüpfte Speicherkonten für eine Application Insights-Komponente.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgang 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))

Parameter

patch
ComponentLinkedStorageAccountPatch

Eigenschaften, die angegeben werden müssen, um verknüpfte Speicherkonten für eine Application Insights-Komponente zu aktualisieren.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: