Uses of Interface
com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup
-
-
Uses of FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup in com.microsoft.azure.management.appservice
Subinterfaces of FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceFunctionApp.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.appservice that return FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup Modifier and Type Method Description FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroupFunctionApp.DefinitionStages.Blank. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the function app.
-