FunctionApp.DefinitionStages.WithCreate Interface
Implements
WithDailyUsageQuota
WithManagedEnvironment
WithNewAppServicePlan
WithRuntimeVersion
WithScaleRulesOrDockerContainerImage
WithStorageAccount
WithCreate<FunctionApp>
Creatable<FunctionApp>
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java