RecoverableServerResource Class

Definition

A recoverable server resource.

[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
Inheritance
RecoverableServerResource
Attributes

Constructors

RecoverableServerResource()

Initializes a new instance of the RecoverableServerResource class.

RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String)

Initializes a new instance of the RecoverableServerResource class.

Properties

Edition

Gets edition of the performance tier.

HardwareGeneration

Gets hardware generation associated with the service level objective

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
LastAvailableBackupDateTime

Gets the last available backup date time.

Name

Gets the name of the resource

(Inherited from Resource)
ServiceLevelObjective

Gets the service level objective

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
VCore

Gets vCore associated with the service level objective

Version

Gets the PostgreSQL version

Applies to