SkuAutoGenerated Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |