Compartir a través de


PerformanceTierProperties Constructores

Definición

Sobrecargas

PerformanceTierProperties()

Inicializa una nueva instancia de la clase PerformanceTierProperties.

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

Inicializa una nueva instancia de la clase PerformanceTierProperties.

PerformanceTierProperties()

Inicializa una nueva instancia de la clase PerformanceTierProperties.

public PerformanceTierProperties ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase PerformanceTierProperties.

public PerformanceTierProperties (string id = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageMB = default, int? minLargeStorageMB = default, int? maxLargeStorageMB = default, int? minStorageMB = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> serviceLevelObjectives = default);
new Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> -> Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties
Public Sub New (Optional id 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 minLargeStorageMB As Nullable(Of Integer) = Nothing, Optional maxLargeStorageMB As Nullable(Of Integer) = Nothing, Optional minStorageMB As Nullable(Of Integer) = Nothing, Optional serviceLevelObjectives As IList(Of PerformanceTierServiceLevelObjectives) = Nothing)

Parámetros

id
String

Identificador del nivel de rendimiento.

maxBackupRetentionDays
Nullable<Int32>

Retención máxima de copia de seguridad en días para la edición del nivel de rendimiento

minBackupRetentionDays
Nullable<Int32>

Retención mínima de copia de seguridad en días para la edición del nivel de rendimiento

maxStorageMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

minLargeStorageMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

maxLargeStorageMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

minStorageMB
Nullable<Int32>

Almacenamiento máximo permitido para un servidor.

serviceLevelObjectives
IList<PerformanceTierServiceLevelObjectives>

Objetivos de nivel de servicio asociados al nivel de rendimiento

Se aplica a