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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java