次の方法で共有


ArmPostgreSqlModelFactory.PostgreSqlPerformanceTierServiceLevelObjectives メソッド

定義

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

パフォーマンス レベルのエディション。

vCores
Nullable<Int32>

サービス レベル目標に関連付けられている仮想コア。

hardwareGeneration
String

サービス レベル目標に関連付けられているハードウェアの生成。

maxBackupRetentionDays
Nullable<Int32>

パフォーマンス層エディションの最大バックアップ保有期間 (日数)。

minBackupRetentionDays
Nullable<Int32>

パフォーマンス層エディションのバックアップの最小保有期間 (日数)。

maxStorageInMB
Nullable<Int32>

サーバーに対して許可される最大ストレージ数。

minStorageInMB
Nullable<Int32>

サーバーに対して許可される最大ストレージ数。

戻り値

モック作成用の新しい PostgreSqlPerformanceTierServiceLevelObjectives インスタンス。

適用対象