Condividi tramite


ISbNamespace.PremiumMessagingPartition Property

Definition

The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="premiumMessagingPartitions")]
public int? PremiumMessagingPartition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="premiumMessagingPartitions")>]
member this.PremiumMessagingPartition : Nullable<int> with get, set
Public Property PremiumMessagingPartition As Nullable(Of Integer)

Property Value

Attributes

Applies to