你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPerformanceTierProperties Interface

Definition

[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)

Applies to