Interface FunctionApp.DefinitionStages.WithStorageAccount

    • Method Detail

      • withNewStorageAccount

        FunctionApp.DefinitionStages.WithCreate withNewStorageAccount​(String name,
                                                                      com.microsoft.azure.management.storage.SkuName sku)
        Creates a new storage account to use for the function app.
        Parameters:
        name - the name of the storage account
        sku - the sku of the storage account
        Returns:
        the next stage of the definition
      • withExistingStorageAccount

        FunctionApp.DefinitionStages.WithCreate withExistingStorageAccount​(com.microsoft.azure.management.storage.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