ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierProperties Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Retención máxima de copia de seguridad en días para la edición del nivel de rendimiento.
Retención mínima de copia de seguridad en días para la edición del nivel de rendimiento.
- serviceLevelObjectives
- IEnumerable<PostgreSqlPerformanceTierServiceLevelObjectives>
Objetivos de nivel de servicio asociados al nivel de rendimiento.
Devoluciones
PostgreSqlPerformanceTierProperties Nueva instancia de para simular.