Interface FunctionApp.DefinitionStages.WithStorageAccount

    • Method Detail

      • withNewStorageAccount

        FunctionApp.DefinitionStages.WithCreate withNewStorageAccount​(Creatable<StorageAccount> storageAccount)
        Creates a new storage account to use for the function app.
        Parameters:
        storageAccount - a creatable definition for a new storage account
        Returns:
        the next stage of the definition
      • withExistingStorageAccount

        FunctionApp.DefinitionStages.WithCreate withExistingStorageAccount​(StorageAccount storageAccount)
        Specifies the storage account to use for the function app.
        Parameters:
        storageAccount - the storage account to use
        Returns:
        the next stage of the definition