Freigeben über


WebAppsOperationsExtensions.UpdateAzureStorageAccounts Methode

Definition

Updates die Konfigurationen des Azure-Speicherkontos einer App.

public static Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource UpdateAzureStorageAccounts (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource azureStorageAccounts);
static member UpdateAzureStorageAccounts : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
<Extension()>
Public Function UpdateAzureStorageAccounts (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResource) As 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.

Gibt zurück

Hinweise

Beschreibung für Updates der Konfigurationen des Azure-Speicherkontos einer App.

Gilt für: