Freigeben über


WebAppsOperationsExtensions.UpdateAzureStorageAccountsSlotAsync Methode

Definition

Updates die Konfigurationen des Azure-Speicherkontos einer App.

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

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
AzureStoragePropertyDictionaryResource

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 Updates der Konfigurationen des Azure-Speicherkontos einer App.

Gilt für: