Show / Hide Table of Contents

Class ElasticPoolSkuArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElasticPoolSkuArgs
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.MSSql.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ElasticPoolSkuArgs : ResourceArgs

Constructors

View Source

ElasticPoolSkuArgs()

Declaration
public ElasticPoolSkuArgs()

Properties

View Source

Capacity

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 Input<int> Capacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Family

The family of hardware Gen4 or Gen5.

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

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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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