你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionApp.Definition Interface
public interface Definition extends FunctionApp.DefinitionStages.Blank,FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup,FunctionApp.DefinitionStages.WithStorageAccount,FunctionApp.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
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.Blank.withExistingAppServicePlan(AppServicePlan appServicePlan)
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)