ISku Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.SkuTypeConverter))]
public interface ISku : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.SkuTypeConverter))>]
type ISku = interface
    interface IJsonSerializable
Public Interface ISku
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Name

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

Tier

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

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to