| 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.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(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsAppFramework |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier)
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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.