Show / Hide Table of Contents

Class GetDatabaseResult

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

Fields

View Source

Collation

The collation of the database.

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

ElasticPoolId

The id of the elastic pool containing this database.

Declaration
public readonly string ElasticPoolId
Field Value
Type Description
System.String
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

MaxSizeGb

The max size of the database in gigabytes.

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

Name

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

ReadReplicaCount

The number of readonly secondary replicas associated with the database to which readonly application intent connections may be routed.

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

ReadScale

If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica.

Declaration
public readonly bool ReadScale
Field Value
Type Description
System.Boolean
View Source

ServerId

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

SkuName

The name of the sku of the database.

Declaration
public readonly string SkuName
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 database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.

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