| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
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(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier)
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.