RecoverableServerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The recoverable server's properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.RecoverableServerPropertiesTypeConverter))]
public class RecoverableServerProperties : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IRecoverableServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.RecoverableServerPropertiesTypeConverter))>]
type RecoverableServerProperties = class
interface IRecoverableServerProperties
interface IJsonSerializable
Public Class RecoverableServerProperties
Implements IRecoverableServerProperties
- Inheritance
-
RecoverableServerProperties
- Attributes
- Implements
Constructors
RecoverableServerProperties() |
Creates an new RecoverableServerProperties instance. |
Properties
Edition |
Edition of the performance tier. |
HardwareGeneration |
Hardware generation associated with the service level objective |
LastAvailableBackupDateTime |
The last available backup date time. |
ServiceLevelObjective |
The service level objective |
VCore |
vCore associated with the service level objective |
Version |
The PostgreSQL version |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecoverableServerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecoverableServerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IRecoverableServerProperties. |
FromJsonString(String) |
Creates a new instance of RecoverableServerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecoverableServerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |