Share via


RecoverableServerProperties Class

Definition

The recoverable server's properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.RecoverableServerPropertiesTypeConverter))]
public class RecoverableServerProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IRecoverableServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.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 MySQL 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.MySql.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.

Applies to