IPerformanceTierProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.PerformanceTierPropertiesTypeConverter))]
public interface IPerformanceTierProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.PerformanceTierPropertiesTypeConverter))>]
type IPerformanceTierProperties = interface
interface IJsonSerializable
Public Interface IPerformanceTierProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |