Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition Namespace

Interfaces

IBlank

The first stage of the function app definition.

IDefinition

Container interface for all the definitions that need to be implemented.

IExistingAppServicePlanWithGroup

A function app definition allowing resource group to be specified when an existing app service plan is used.

INewAppServicePlanWithGroup

A function app definition allowing resource group to be specified when a new app service plan is to be created.

IWithCreate

A function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.

IWithDailyUsageQuota

A function app definition allowing daily usage quota to be specified.

IWithNewAppServicePlan

A function app definition allowing app service plan to be set.

IWithRuntimeVersion

A function app definition allowing runtime version to be specified.

IWithStorageAccount

A function app definition allowing storage account to be specified. A storage account is required for storing function execution runtime, triggers, and logs.