Show / Hide Table of Contents

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 Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LicenseType

The license type to apply for this database.

Declaration
public readonly string LicenseType
Field Value
Type Description
System.String
View Source

Location

Specifies the supported Azure location where the resource exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

MaxSizeBytes

The max data size of the elastic pool in bytes.

Declaration
public readonly int MaxSizeBytes
Field Value
Type Description
System.Int32
View Source

MaxSizeGb

The max data size of the elastic pool in gigabytes.

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

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PerDbMaxCapacity

The maximum capacity any one database can consume.

Declaration
public readonly int PerDbMaxCapacity
Field Value
Type Description
System.Int32
View Source

PerDbMinCapacity

The minimum capacity all databases are guaranteed.

Declaration
public readonly int PerDbMinCapacity
Field Value
Type Description
System.Int32
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

ServerName

Declaration
public readonly string ServerName
Field Value
Type Description
System.String
View Source

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>
View Source

ZoneRedundant

Whether or not this elastic pool is zone redundant.

Declaration
public readonly bool ZoneRedundant
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.