Show / Hide Table of Contents

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.PostgreSql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerStorageProfile

Fields

View Source

AutoGrow

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

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>
View Source

GeoRedundantBackup

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

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 readonly int? StorageMb
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.