ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierServiceLevelObjectives Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do PostgreSqlPerformanceTierServiceLevelObjectives.
public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierServiceLevelObjectives PostgreSqlPerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCores = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageInMB = default, int? minStorageInMB = default);
static member PostgreSqlPerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierServiceLevelObjectives
Public Shared Function PostgreSqlPerformanceTierServiceLevelObjectives (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCores As Nullable(Of Integer) = Nothing, Optional hardwareGeneration 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 minStorageInMB As Nullable(Of Integer) = Nothing) As PostgreSqlPerformanceTierServiceLevelObjectives
Parâmetros
- id
- String
ID para o objetivo de nível de serviço.
- edition
- String
Edição do nível de desempenho.
- hardwareGeneration
- String
Geração de hardware associada ao objetivo de nível de serviço.
Retenção máxima de backup em dias para a edição do nível de desempenho.
Retenção mínima de backup em dias para a edição do nível de desempenho.
Retornos
Uma nova PostgreSqlPerformanceTierServiceLevelObjectives instância para simulação.