Show / Hide Table of Contents

Class PlanSkuArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PlanSkuArgs
Inherited Members
ResourceArgs.Empty
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 Source

PlanSkuArgs()

Declaration
public PlanSkuArgs()

Properties

View Source

Capacity

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>
View Source

Size

Specifies the plan's instance size.

Declaration
public Input<string> Size { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tier

Specifies the plan's pricing tier.

Declaration
public Input<string> Tier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.