Show / Hide Table of Contents

Class ElasticPoolPerDatabaseSettings

Inheritance
System.Object
ElasticPoolPerDatabaseSettings
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 ElasticPoolPerDatabaseSettings

Fields

View Source

MaxCapacity

The maximum capacity any one database can consume.

Declaration
public readonly double MaxCapacity
Field Value
Type Description
System.Double
View Source

MinCapacity

The minimum capacity all databases are guaranteed.

Declaration
public readonly double MinCapacity
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.