PerformanceTierServiceLevelObjectives 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.
Service level objectives for performance tier.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.PerformanceTierServiceLevelObjectivesTypeConverter))]
public class PerformanceTierServiceLevelObjectives : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IPerformanceTierServiceLevelObjectives
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.PerformanceTierServiceLevelObjectivesTypeConverter))>]
type PerformanceTierServiceLevelObjectives = class
interface IPerformanceTierServiceLevelObjectives
interface IJsonSerializable
Public Class PerformanceTierServiceLevelObjectives
Implements IPerformanceTierServiceLevelObjectives
- Inheritance
-
PerformanceTierServiceLevelObjectives
- Attributes
- Implements
Constructors
PerformanceTierServiceLevelObjectives() |
Creates an new PerformanceTierServiceLevelObjectives instance. |
Properties
Edition |
Edition of the performance tier. |
HardwareGeneration |
Hardware generation associated with the service level objective |
Id |
ID for the service level objective. |
MaxBackupRetentionDay |
Maximum Backup retention in days for the performance tier edition |
MaxStorageMb |
Max storage allowed for a server. |
MinBackupRetentionDay |
Minimum Backup retention in days for the performance tier edition |
MinStorageMb |
Max storage allowed for a server. |
VCore |
vCore associated with the service level objective |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PerformanceTierServiceLevelObjectives. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PerformanceTierServiceLevelObjectives. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IPerformanceTierServiceLevelObjectives. |
FromJsonString(String) |
Creates a new instance of PerformanceTierServiceLevelObjectives, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PerformanceTierServiceLevelObjectives into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |