Class PlanSkuArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PlanSkuArgs : ResourceArgs
Constructors
View SourcePlanSkuArgs()
Declaration
public PlanSkuArgs()
Properties
View SourceCapacity
Specifies the number of workers associated with this App Service Plan.
Declaration
public Input<int> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Size
Specifies the plan's instance size.
Declaration
public Input<string> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tier
Specifies the plan's pricing tier.
Declaration
public Input<string> Tier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |