IWithPricingTier.WithPricingTier(PricingTier) Method

Definition

Specifies the pricing tier for the app service plan.

public Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithOperatingSystem WithPricingTier (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithPricingTier : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithOperatingSystem
Public Function WithPricingTier (pricingTier As PricingTier) As IWithOperatingSystem

Parameters

pricingTier
PricingTier

The pricing tier enum.

Returns

Applies to