ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierServiceLevelObjectives Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- id
- String
ID for the service level objective.
- edition
- String
Edition of the performance tier.
- hardwareGeneration
- String
Hardware generation associated with the service level objective.
Maximum Backup retention in days for the performance tier edition.
Minimum Backup retention in days for the performance tier edition.
Returns
A new PostgreSqlPerformanceTierServiceLevelObjectives instance for mocking.