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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java