Partager via


WebAppsOperationsExtensions.UpdateAzureStorageAccountsAsync Méthode

Définition

Mises à jour les configurations de compte de stockage Azure d’une application.

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)

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom de l’application.

azureStorageAccounts
AzureStoragePropertyDictionaryResourceInner

Comptes de stockage Azure de l’application.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description de Mises à jour les configurations de compte de stockage Azure d’une application.

S’applique à