Compartir a través de


ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierProperties Método

Definición

Inicializa una nueva instancia de PostgreSqlPerformanceTierProperties.

public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties PostgreSqlPerformanceTierProperties (string id = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageInMB = default, int? minLargeStorageInMB = default, int? maxLargeStorageInMB = default, int? minStorageInMB = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierServiceLevelObjectives> serviceLevelObjectives = default);
static member PostgreSqlPerformanceTierProperties : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * seq<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierServiceLevelObjectives> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties
Public Shared Function PostgreSqlPerformanceTierProperties (Optional id As String = Nothing, Optional maxBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional minBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional maxStorageInMB As Nullable(Of Integer) = Nothing, Optional minLargeStorageInMB As Nullable(Of Integer) = Nothing, Optional maxLargeStorageInMB As Nullable(Of Integer) = Nothing, Optional minStorageInMB As Nullable(Of Integer) = Nothing, Optional serviceLevelObjectives As IEnumerable(Of PostgreSqlPerformanceTierServiceLevelObjectives) = Nothing) As PostgreSqlPerformanceTierProperties

Parámetros

id
String

Identificador del nivel de rendimiento.

maxBackupRetentionDays
Nullable<Int32>

Retención máxima de copia de seguridad en días para la edición del nivel de rendimiento.

minBackupRetentionDays
Nullable<Int32>

Retención mínima de copia de seguridad en días para la edición del nivel de rendimiento.

maxStorageInMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

minLargeStorageInMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

maxLargeStorageInMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

minStorageInMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

serviceLevelObjectives
IEnumerable<PostgreSqlPerformanceTierServiceLevelObjectives>

Objetivos de nivel de servicio asociados al nivel de rendimiento.

Devoluciones

PostgreSqlPerformanceTierProperties Nueva instancia de para simular.

Se aplica a