Interface FunctionApp.UpdateStages
-
- Enclosing interface:
- FunctionApp
public static interface FunctionApp.UpdateStagesGrouping of all the function app update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFunctionApp.UpdateStages.WithAppServicePlanA function app update allowing app service plan to be set.static interfaceFunctionApp.UpdateStages.WithCredentialsA function app update allowing docker hub credentials to be set.static interfaceFunctionApp.UpdateStages.WithDailyUsageQuotaA function app definition allowing daily usage quota to be specified.static interfaceFunctionApp.UpdateStages.WithDockerContainerImageA function app update allowing docker image source to be specified.static interfaceFunctionApp.UpdateStages.WithRuntimeVersionA function app update allowing runtime version to be specified.static interfaceFunctionApp.UpdateStages.WithStorageAccountA function app definition allowing storage account to be specified.
-