UpdateAzMariaDbServer_UpdateViaIdentityExpanded.SkuTier Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })]
[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")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier))]
[System.Management.Automation.Parameter(HelpMessage="The tier of the particular SKU, e.g. Basic.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier SkuTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })>]
[<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")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier))>]
[<System.Management.Automation.Parameter(HelpMessage="The tier of the particular SKU, e.g. Basic.", Mandatory=false)>]
member this.SkuTier : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.SkuTier with get, set
Public Property SkuTier As SkuTier

Property Value

SkuTier
Attributes

Applies to