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)
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