Freigeben über


WebAppsOperationsExtensions.UpdateAzureStorageAccountsAsync Methode

Definition

Updates die Azure-Speicherkontokonfigurationen einer App.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource> UpdateAzureStorageAccountsAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAzureStorageAccountsAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource>
<Extension()>
Public Function UpdateAzureStorageAccountsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResource, 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: