IServerEditionCapability.SupportedStorageEdition Property

Definition

A list of supported storage editions

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

Property Value

Attributes

Applies to