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