WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(ResourceGroup group) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(String groupName) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(String appServicePlanName,
PricingTier pricingTier) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup() |
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) |
Creates a new resource group to put the resource in, based on the definition specified.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(String name) |
Creates a new resource group to put the resource in.
|