Class GetAppServicePlanSkuResult
Inheritance
System.Object
GetAppServicePlanSkuResult
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 GetAppServicePlanSkuResult
Fields
View SourceCapacity
Specifies the number of workers associated with this App Service Plan.
Declaration
public readonly int Capacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Size
Specifies the plan's instance size.
Declaration
public readonly string Size
Field Value
| Type | Description |
|---|---|
| System.String |
Tier
Specifies the plan's pricing tier.
Declaration
public readonly string Tier
Field Value
| Type | Description |
|---|---|
| System.String |