IServerVersionCapability.SupportedSku Property

Definition

A list of supported Skus

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="A list of supported Skus", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ISkuCapability) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportedSkus", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ISkuCapability> SupportedSku { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="A list of supported Skus", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ISkuCapability) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportedSkus", Update=false)>]
member this.SupportedSku : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ISkuCapability>
Public ReadOnly Property SupportedSku As List(Of ISkuCapability)

Property Value

Attributes

Applies to