Share via


SkuAutoGenerated Class

Definition

Billing information related properties of a server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.SkuAutoGeneratedTypeConverter))]
public class SkuAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.SkuAutoGeneratedTypeConverter))>]
type SkuAutoGenerated = class
    interface ISkuAutoGenerated
    interface IJsonSerializable
Public Class SkuAutoGenerated
Implements ISkuAutoGenerated
Inheritance
SkuAutoGenerated
Attributes
Implements

Constructors

SkuAutoGenerated()

Creates an new SkuAutoGenerated instance.

Properties

Name

The name of the sku, e.g. Standard_D32s_v3.

Tier

The tier of the particular SKU, e.g. GeneralPurpose.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuAutoGenerated.

FromJsonString(String)

Creates a new instance of SkuAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to