Interface FunctionApp.UpdateStages.WithAppServicePlan

  • All Known Subinterfaces:
    FunctionApp.Update
    Enclosing interface:
    FunctionApp.UpdateStages

    public static interface FunctionApp.UpdateStages.WithAppServicePlan
    A function app update allowing app service plan to be set.
    • Method Detail

      • withNewConsumptionPlan

        FunctionApp.Update withNewConsumptionPlan()
        Creates a new consumption plan to use.
        Returns:
        the next stage of the function app update
      • withNewFreeAppServicePlan

        FunctionApp.Update withNewFreeAppServicePlan()
        Creates a new free app service plan. This will fail if there are 10 or more free plans in the current subscription.
        Returns:
        the next stage of the function app update
      • withNewSharedAppServicePlan

        FunctionApp.Update withNewSharedAppServicePlan()
        Creates a new shared app service plan.
        Returns:
        the next stage of the function app update
      • withNewAppServicePlan

        FunctionApp.Update withNewAppServicePlan​(PricingTier pricingTier)
        Creates a new app service plan to use.
        Parameters:
        pricingTier - the sku of the app service plan
        Returns:
        the next stage of the function app update
      • withNewAppServicePlan

        FunctionApp.Update withNewAppServicePlan​(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
        Creates a new app service plan to use.
        Parameters:
        appServicePlanCreatable - the new app service plan creatable
        Returns:
        the next stage of the function app update
      • withExistingAppServicePlan

        FunctionApp.Update withExistingAppServicePlan​(AppServicePlan appServicePlan)
        Uses an existing app service plan for the function app.
        Parameters:
        appServicePlan - the existing app service plan
        Returns:
        the next stage of the function app update