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(Description="A list of supported Skus", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability) }, ReadOnly=true, Required=false, SerializedName="supportedSkus")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[] SupportedSku { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="A list of supported Skus", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability) }, ReadOnly=true, Required=false, SerializedName="supportedSkus")>]
member this.SupportedSku : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[]
Public ReadOnly Property SupportedSku As ISkuCapability()
Property Value
- Attributes