Show / Hide Table of Contents

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 Source

AutoGrow

Whether autogrow is enabled or disabled for the storage.

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

BackupRetentionDays

Backup retention days for the server.

Declaration
public readonly int BackupRetentionDays
Field Value
Type Description
System.Int32
View Source

GeoRedundantBackup

Whether Geo-redundant is enabled or not for server backup.

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

StorageMb

The max storage allowed for a server.

Declaration
public readonly int StorageMb
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.