public static interface FunctionApp.UpdateStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withExistingStorageAccount(StorageAccount storageAccount)
Specifies the storage account to use for the function app.
|
FunctionApp.Update |
withNewStorageAccount(String name,
StorageAccountSkuType sku)
Creates a new storage account to use for the function app.
|
FunctionApp.Update withNewStorageAccount(String name, StorageAccountSkuType sku)
name - the name of the storage accountsku - the sku of the storage accountFunctionApp.Update withExistingStorageAccount(StorageAccount storageAccount)
storageAccount - the storage account to useCopyright © 2021 Microsoft Corporation. All rights reserved.