Class GetMariaDbServerStorageProfileResult
Inheritance
System.Object
GetMariaDbServerStorageProfileResult
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.MariaDB.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetMariaDbServerStorageProfileResult
Fields
View SourceAutoGrow
Whether autogrow is enabled or disabled for the storage.
Declaration
public readonly string AutoGrow
Field Value
| Type | Description |
|---|---|
| System.String |
BackupRetentionDays
Backup retention days for the server.
Declaration
public readonly int BackupRetentionDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GeoRedundantBackup
Whether Geo-redundant is enabled or not for server backup.
Declaration
public readonly string GeoRedundantBackup
Field Value
| Type | Description |
|---|---|
| System.String |
StorageMb
The max storage allowed for a server.
Declaration
public readonly int StorageMb
Field Value
| Type | Description |
|---|---|
| System.Int32 |