RecoverableServerResource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
回復可能なサーバー リソース。
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecoverableServerResource : Microsoft.Azure.Management.PostgreSQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecoverableServerResource = class
inherit ProxyResource
Public Class RecoverableServerResource
Inherits ProxyResource
- 継承
- 属性
コンストラクター
RecoverableServerResource() |
RecoverableServerResource クラスの新しいインスタンスを初期化します。 |
RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String) |
RecoverableServerResource クラスの新しいインスタンスを初期化します。 |
プロパティ
Edition |
パフォーマンスレベルのエディションを取得します。 |
HardwareGeneration |
サービス レベルの目標に関連付けられているハードウェアの生成を取得します |
Id |
リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (継承元 Resource) |
LastAvailableBackupDateTime |
使用可能な最後のバックアップ日時を取得します。 |
Name |
リソースの名前を取得します (継承元 Resource) |
ServiceLevelObjective |
サービス レベルの目標を取得します |
Type |
リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" (継承元 Resource) |
VCore |
サービス レベルの目標に関連付けられている仮想コアを取得します |
Version |
PostgreSQL バージョンを取得します |
適用対象
Azure SDK for .NET