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

PerformanceTierProperties Class

Definition

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.

Applies to