Interface FunctionApp.DefinitionStages.WithNewAppServicePlan

    • Method Detail

      • withNewFreeAppServicePlan

        FunctionApp.DefinitionStages.WithCreate 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 definition
      • withNewAppServicePlan

        FunctionApp.DefinitionStages.WithCreate 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 definition
      • withNewAppServicePlan

        FunctionApp.DefinitionStages.WithCreate 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 definition