| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServicePlan.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity)
Specifies the maximum number of instances running for this app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPricingTier.withFreePricingTier()
Specifies free pricing tier for the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithOperatingSystem.withOperatingSystem(OperatingSystem operatingSystem)
Specifies the operating system of the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPerSiteScaling.withPerSiteScaling(boolean perSiteScaling)
Specifies whether per-site scaling will be turned on.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPricingTier.withSharedPricingTier()
Specifies shared pricing tier for the app service plan.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.