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