UpdateAzMariaDbServer_UpdateViaIdentityExpanded.SkuTier 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.
[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
- Attributes