PerformanceTierServiceLevelObjectives Construtores
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.
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.
- 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 da camada de desempenho
Retenção mínima de backup em dias para a edição da camada de desempenho
Aplica-se a
Azure SDK for .NET