Class ServerStorageProfileGetArgs
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.PostgreSql.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerStorageProfileGetArgs : ResourceArgs
Constructors
View SourceServerStorageProfileGetArgs()
Declaration
public ServerStorageProfileGetArgs()
Properties
View SourceAutoGrow
Declaration
public Input<string> AutoGrow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BackupRetentionDays
Backup retention days for the server, supported values are between 7 and 35 days.
Declaration
public Input<int> BackupRetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GeoRedundantBackup
Declaration
public Input<string> GeoRedundantBackup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageMb
Max storage allowed for a server. Possible values are between 5120 MB(5GB) and 1048576 MB(1TB) for the Basic SKU and between 5120 MB(5GB) and 4194304 MB(4TB) for General Purpose/Memory Optimized SKUs. For more information see the product documentation.
Declaration
public Input<int> StorageMb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |