Compartilhar via


ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierProperties Método

Definição

Inicializa uma nova instância do 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

ID da camada de desempenho.

maxBackupRetentionDays
Nullable<Int32>

Retenção máxima de backup em dias para a edição da camada de desempenho.

minBackupRetentionDays
Nullable<Int32>

Retenção mínima de backup em dias para a edição da camada de desempenho.

maxStorageInMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

minLargeStorageInMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

maxLargeStorageInMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

minStorageInMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

serviceLevelObjectives
IEnumerable<PostgreSqlPerformanceTierServiceLevelObjectives>

Objetivos de nível de serviço associados à camada de desempenho.

Retornos

Uma nova PostgreSqlPerformanceTierProperties instância para zombar.

Aplica-se a