WebAppsOperationsExtensions.UpdateAzureStorageAccountsSlot Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates die Azure-Speicherkontokonfigurationen einer App.
public static Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource UpdateAzureStorageAccountsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource azureStorageAccounts, string slot);
static member UpdateAzureStorageAccountsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource * string -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
<Extension()>
Public Function UpdateAzureStorageAccountsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResource, slot As String) 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.
- slot
- String
Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API die Konfigurationen des Azure-Speicherkontos für den Produktionsslot.
Gibt zurück
Hinweise
Beschreibung für Updates der Azure-Speicherkontokonfigurationen einer App.
Gilt für:
Azure SDK for .NET