Class GetElasticPoolResult
Inheritance
System.Object
GetElasticPoolResult
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetElasticPoolResult
Fields
View SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LicenseType
The license type to apply for this database.
Declaration
public readonly string LicenseType
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Specifies the supported Azure location where the resource exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
MaxSizeBytes
The max data size of the elastic pool in bytes.
Declaration
public readonly int MaxSizeBytes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxSizeGb
The max data size of the elastic pool in gigabytes.
Declaration
public readonly double MaxSizeGb
Field Value
| Type | Description |
|---|---|
| System.Double |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PerDbMaxCapacity
The maximum capacity any one database can consume.
Declaration
public readonly int PerDbMaxCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PerDbMinCapacity
The minimum capacity all databases are guaranteed.
Declaration
public readonly int PerDbMinCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
ServerName
Declaration
public readonly string ServerName
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
ZoneRedundant
Whether or not this elastic pool is zone redundant.
Declaration
public readonly bool ZoneRedundant
Field Value
| Type | Description |
|---|---|
| System.Boolean |