public static interface FunctionApp.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies the storage account to use for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName sku)
Creates a new storage account to use for the function app.
|
FunctionApp.DefinitionStages.WithCreate withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
name - the name of the storage accountsku - the sku of the storage accountFunctionApp.DefinitionStages.WithCreate withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
storageAccount - the storage account to use/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/