Class ServerStorageProfile
Inheritance
System.Object
ServerStorageProfile
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 ServerStorageProfile
Fields
View SourceAutoGrow
Declaration
public readonly string AutoGrow
Field Value
| Type | Description |
|---|---|
| System.String |
BackupRetentionDays
Backup retention days for the server, supported values are between 7 and 35 days.
Declaration
public readonly int? BackupRetentionDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
GeoRedundantBackup
Declaration
public readonly string GeoRedundantBackup
Field Value
| Type | Description |
|---|---|
| System.String |
StorageMb
Max storage allowed for a server. Possible values are between 5120 MB (5GB) and 1024000MB (1TB) for the Basic SKU and between 5120 MB (5GB) and 4096000 MB (4TB) for General Purpose/Memory Optimized SKUs. For more information see the product documentation.
Declaration
public readonly int? StorageMb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |