IEhNamespace.SkuTier Property

Definition

The billing tier of this particular SKU.

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

Property Value

Attributes

Applies to