ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierServiceLevelObjectives メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- id
- String
サービス レベル目標の ID。
- edition
- String
パフォーマンス レベルのエディション。
- hardwareGeneration
- String
サービス レベル目標に関連付けられているハードウェアの生成。
戻り値
モック作成用の新しい PostgreSqlPerformanceTierServiceLevelObjectives インスタンス。