WebAppsOperationsExtensions.UpdateAzureStorageAccountsAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Uppdateringar azure storage-kontokonfigurationerna för en app.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner> UpdateAzureStorageAccountsAsync(this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAzureStorageAccountsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner>
<Extension()>
Public Function UpdateAzureStorageAccountsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureStoragePropertyDictionaryResourceInner)
Parametrar
- operations
- IWebAppsOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- resourceGroupName
- String
Namnet på resursgruppen som resursen tillhör.
- name
- String
Namnet på appen.
- azureStorageAccounts
- AzureStoragePropertyDictionaryResourceInner
Azure Storage-konton för appen.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Kommentarer
Beskrivning av Uppdateringar azure storage-kontokonfigurationerna för en app.
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET