PerformanceTierProperties Class

Definition

Performance tier properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.PerformanceTierPropertiesTypeConverter))]
public class PerformanceTierProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IPerformanceTierProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.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.

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.MariaDb.Models.Api20180601Preview.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