Show / Hide Table of Contents

Class ServerStorageProfileGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerStorageProfileGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServerStorageProfileGetArgs()

Declaration
public ServerStorageProfileGetArgs()

Properties

View Source

AutoGrow

Declaration
public Input<string> AutoGrow { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

GeoRedundantBackup

Declaration
public Input<string> GeoRedundantBackup { get; set; }
Property Value
Type Description
Input<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 Input<int> StorageMb { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.