Uses of Interface
com.azure.resourcemanager.appservice.models.AppServicePlan.DefinitionStages.WithCreate
Packages that use AppServicePlan.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServicePlan.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of AppServicePlan.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return AppServicePlan.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity) Specifies the maximum number of instances running for this app service plan.AppServicePlan.DefinitionStages.WithPricingTier.withFreePricingTier()Specifies free pricing tier for the app service plan.AppServicePlan.DefinitionStages.WithOperatingSystem.withOperatingSystem(OperatingSystem operatingSystem) Specifies the operating system of the app service plan.AppServicePlan.DefinitionStages.WithPerSiteScaling.withPerSiteScaling(boolean perSiteScaling) Specifies whether per-site scaling will be turned on.AppServicePlan.DefinitionStages.WithPricingTier.withSharedPricingTier()Specifies shared pricing tier for the app service plan.