Dela via


WebAppsOperationsExtensions.UpdateAzureStorageAccountsSlotAsync Metod

Definition

Uppdateringar azure storage-kontokonfigurationerna för en app.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner> UpdateAzureStorageAccountsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAzureStorageAccountsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner>
<Extension()>
Public Function UpdateAzureStorageAccountsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, azureStorageAccounts As AzureStoragePropertyDictionaryResourceInner, slot As String, 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.

slot
String

Namnet på distributionsfacket. Om inget fack anges uppdaterar API:et Azure Storage-kontokonfigurationerna för produktionsplatsen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning av Uppdateringar azure storage-kontokonfigurationerna för en app.

Gäller för