Freigeben über


WebAppsOperationsExtensions.UpdateAzureStorageAccountsSlotAsync Methode

Definition

Aktualisierungen die Azure-Speicherkontokonfigurationen einer App.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner> UpdateAzureStorageAccountsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAzureStorageAccountsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner>
<Extension()>
Public Function UpdateAzureStorageAccountsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResourceInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureStoragePropertyDictionaryResourceInner)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

azureStorageAccounts
AzureStoragePropertyDictionaryResourceInner

Azure-Speicherkonten der App.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API die Konfigurationen des Azure-Speicherkontos für den Produktionsslot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Aktualisierungen der Azure-Speicherkontokonfigurationen einer App.

Gilt für: