IServer.SkuTier Property

Definition

The tier of the particular SKU, e.g. Basic.

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The tier of the particular SKU, e.g. Basic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier? SkuTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The tier of the particular SKU, e.g. Basic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")>]
member this.SkuTier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier> with get, set
Public Property SkuTier As Nullable(Of SkuTier)

Property Value

Attributes

Applies to