Share via


IPerformanceTierProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.PerformanceTierPropertiesTypeConverter))]
public interface IPerformanceTierProperties : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.PerformanceTierPropertiesTypeConverter))>]
type IPerformanceTierProperties = interface
    interface IJsonSerializable
Public Interface IPerformanceTierProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

ID of the performance tier.

MaxBackupRetentionDay

Maximum Backup retention in days for the performance tier edition

MaxLargeStorageMb

Max storage allowed for a server.

MaxStorageMb

Max storage allowed for a server.

MinBackupRetentionDay

Minimum Backup retention in days for the performance tier edition

MinLargeStorageMb

Max storage allowed for a server.

MinStorageMb

Max storage allowed for a server.

ServiceLevelObjective

Service level objectives associated with the performance tier

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to