IServerVersionCapability.SupportedSku Property
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.
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