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.WebSites.Models.AzureStoragePropertyDictionaryResource> UpdateAzureStorageAccountsAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAzureStorageAccountsAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource>
<Extension()>
Public Function UpdateAzureStorageAccountsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureStoragePropertyDictionaryResource)

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
AzureStoragePropertyDictionaryResource

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 à