Class ElasticPoolSku
Inheritance
System.Object
ElasticPoolSku
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.MSSql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ElasticPoolSku
Fields
View SourceCapacity
The scale up/out capacity, representing server's compute units. For more information see the documentation for your Elasticpool configuration: vCore-based or DTU-based.
Declaration
public readonly int Capacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Family
The family of hardware Gen4 or Gen5.
Declaration
public readonly string Family
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the SKU Name for this Elasticpool. The name of the SKU, will be either vCore based tier + family pattern (e.g. GP_Gen4, BC_Gen5) or the DTU based BasicPool, StandardPool, or PremiumPool pattern.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Tier
The tier of the particular SKU. Possible values are GeneralPurpose, BusinessCritical, Basic, Standard, or Premium. For more information see the documentation for your Elasticpool configuration: vCore-based or DTU-based.
Declaration
public readonly string Tier
Field Value
| Type | Description |
|---|---|
| System.String |