Share via


IEhNamespace.MaximumThroughputUnit Property

Definition

Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maximumThroughputUnits")]
public int? MaximumThroughputUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maximumThroughputUnits")>]
member this.MaximumThroughputUnit : Nullable<int> with get, set
Public Property MaximumThroughputUnit As Nullable(Of Integer)

Property Value

Attributes

Applies to