Show / Hide Table of Contents

Class PlanSku

Inheritance
System.Object
PlanSku
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PlanSku

Fields

View Source

Capacity

Specifies the number of workers associated with this App Service Plan.

Declaration
public readonly int? Capacity
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Size

Specifies the plan's instance size.

Declaration
public readonly string Size
Field Value
Type Description
System.String
View Source

Tier

Specifies the plan's pricing tier.

Declaration
public readonly string Tier
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.