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