public static interface FunctionApp.UpdateStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies the storage account to use for the function app.
|
FunctionApp.Update |
withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName sku)
Deprecated.
|
FunctionApp.Update |
withNewStorageAccount(String name,
com.microsoft.azure.management.storage.StorageAccountSkuType sku)
Creates a new storage account to use for the function app.
|
@Deprecated FunctionApp.Update withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
withNewStorageAccount(String, StorageAccountSkuType) insteadname - the name of the storage accountsku - the sku of the storage accountFunctionApp.Update withNewStorageAccount(String name, com.microsoft.azure.management.storage.StorageAccountSkuType sku)
name - the name of the storage accountsku - the sku of the storage accountFunctionApp.Update 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.
*/