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

PerformanceTierServiceLevelObjectives Class

Definition

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.

Applies to