IWithPricingTier.WithPricingTier(PricingTier) Method

Definition

Specifies the pricing tier for the app service plan.

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

Parameters

pricingTier
PricingTier

The pricing tier enum.

Returns

Applies to