次の方法で共有


RecoverableServerResource クラス

定義

回復可能なサーバー リソース。

[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 クラスの新しいインスタンスを初期化します。

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 バージョンを取得します

適用対象