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 SourceCollation
The collation of the database.
Declaration
public readonly string Collation
Field Value
| Type | Description |
|---|---|
| System.String |
ElasticPoolId
The id of the elastic pool containing this database.
Declaration
public readonly string ElasticPoolId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
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 |
MaxSizeGb
The max size of the database in gigabytes.
Declaration
public readonly int MaxSizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
ServerId
Declaration
public readonly string ServerId
Field Value
| Type | Description |
|---|---|
| System.String |
SkuName
The name of the sku of the database.
Declaration
public readonly string SkuName
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 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 |