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