WebAppsOperationsExtensions.UpdateAzureStorageAccountsSlotAsync 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 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:
Azure SDK for .NET