FunctionApp.DefinitionStages.WithCreate Interface
public interface WithCreate extends Creatable,FunctionApp.DefinitionStages.WithNewAppServicePlan,FunctionApp.DefinitionStages.WithStorageAccount,FunctionApp.DefinitionStages.WithRuntimeVersion,FunctionApp.DefinitionStages.WithDailyUsageQuota,WebAppBase.DefinitionStages.WithCreate
A function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
FunctionApp.DefinitionStages.WithDailyUsageQuota.withDailyUsageQuota(int quota)
FunctionApp.DefinitionStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
FunctionApp.DefinitionStages.WithRuntimeVersion.withLatestRuntimeVersion()
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan()
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan()
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan()
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
FunctionApp.DefinitionStages.WithDailyUsageQuota.withoutDailyUsageQuota()
FunctionApp.DefinitionStages.WithRuntimeVersion.withRuntimeVersion(String version)
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