Compartilhar via


PerformanceTierServiceLevelObjectives Construtores

Definição

Sobrecargas

PerformanceTierServiceLevelObjectives()

Inicializa uma nova instância da classe PerformanceTierServiceLevelObjectives.

PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe PerformanceTierServiceLevelObjectives.

PerformanceTierServiceLevelObjectives()

Inicializa uma nova instância da classe PerformanceTierServiceLevelObjectives.

public PerformanceTierServiceLevelObjectives ();
Public Sub New ()

Aplica-se a

PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe PerformanceTierServiceLevelObjectives.

public PerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCore = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageMB = default, int? minStorageMB = default);
new Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives
Public Sub New (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCore 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 maxStorageMB As Nullable(Of Integer) = Nothing, Optional minStorageMB As Nullable(Of Integer) = Nothing)

Parâmetros

id
String

ID para o objetivo de nível de serviço.

edition
String

Edição da camada de desempenho.

vCore
Nullable<Int32>

vCore associado ao objetivo de nível de serviço

hardwareGeneration
String

Geração de hardware associada ao objetivo de nível de serviço

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

maxStorageMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

minStorageMB
Nullable<Int32>

Armazenamento máximo permitido para um servidor.

Aplica-se a