RecoverableServerResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RecoverableServerResource() |
RecoverableServerResource クラスの新しいインスタンスを初期化します。 |
RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String) |
RecoverableServerResource クラスの新しいインスタンスを初期化します。 |
RecoverableServerResource()
RecoverableServerResource クラスの新しいインスタンスを初期化します。
public RecoverableServerResource ();
Public Sub New ()
適用対象
RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String)
RecoverableServerResource クラスの新しいインスタンスを初期化します。
public RecoverableServerResource (string id = default, string name = default, string type = default, string lastAvailableBackupDateTime = default, string serviceLevelObjective = default, string edition = default, int? vCore = default, string hardwareGeneration = default, string version = default);
new Microsoft.Azure.Management.PostgreSQL.Models.RecoverableServerResource : string * string * string * string * string * string * Nullable<int> * string * string -> Microsoft.Azure.Management.PostgreSQL.Models.RecoverableServerResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastAvailableBackupDateTime As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional edition As String = Nothing, Optional vCore As Nullable(Of Integer) = Nothing, Optional hardwareGeneration As String = Nothing, Optional version As String = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- lastAvailableBackupDateTime
- String
最後に使用可能なバックアップの日付時刻。
- serviceLevelObjective
- String
サービス レベルの目標
- edition
- String
パフォーマンス レベルのエディション。
- hardwareGeneration
- String
サービス レベル目標に関連付けられているハードウェアの生成
- version
- String
PostgreSQL のバージョン
適用対象
Azure SDK for .NET