PricingTier(String, String) Constructor

Definition

Creates a custom value for PricingTier.

public PricingTier (string tier, string size);
new Microsoft.Azure.Management.AppService.Fluent.PricingTier : string * string -> Microsoft.Azure.Management.AppService.Fluent.PricingTier
Public Sub New (tier As String, size As String)

Parameters

tier
String

the tier name

size
String

the size of the plan

Applies to