FunctionApp.UpdateStages.WithStorageAccount 接口
定义
A function app definition allowing storage account to be specified. A storage account is required for storing function execution runtime, triggers, and logs.
public interface WithStorageAccount
方法
withExistingStorageAccount(StorageAccount storageAccount) |
Specifies the storage account to use for the function app. |
withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku) |
Creates a new storage account to use for the function app. |