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