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