FunctionApp.DefinitionStages.WithCreate Interface

Implements

public static interface FunctionApp.DefinitionStages.WithCreate
extends Creatable<FunctionApp>, WithNewAppServicePlan, WithStorageAccount, WithRuntimeVersion, WithDailyUsageQuota, WithManagedEnvironment, WithScaleRulesOrDockerContainerImage, WithCreate<FunctionApp>

A function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.

Applies to