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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java