Freigeben über


ComponentLinkedStorageAccountCollection.CreateOrUpdate Methode

Definition

Ersetzen Sie das aktuelle verknüpfte Speicherkonto durch eine Application Insights-Komponente.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgang IdComponentLinkedStorageAccounts_CreateAndUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.ApplicationInsights.Models.StorageType storageType, Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.ApplicationInsights.Models.StorageType * Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.ApplicationInsights.Models.StorageType * Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, storageType As StorageType, data As ComponentLinkedStorageAccountData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ComponentLinkedStorageAccountResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

storageType
StorageType

Der Typ der Application Insights-Komponentendatenquelle für das verknüpfte Speicherkonto.

data
ComponentLinkedStorageAccountData

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

data ist NULL.

Gilt für: