SkuCapability 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.
Sku capability
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.SkuCapabilityTypeConverter))]
public class SkuCapability : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.SkuCapabilityTypeConverter))>]
type SkuCapability = class
interface ISkuCapability
interface IJsonSerializable
Public Class SkuCapability
Implements ISkuCapability
- Inheritance
-
SkuCapability
- Attributes
- Implements
Constructors
SkuCapability() |
Creates an new SkuCapability instance. |
Properties
Name |
vCore name |
SupportedIop |
supported IOPS |
SupportedMemoryPerVCoreMb |
supported memory per vCore in MB |
VCore |
supported vCores |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuCapability. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SkuCapability. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability. |
FromJsonString(String) |
Creates a new instance of SkuCapability, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SkuCapability into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |