Class MessagingSKU
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Provides SKU for the messaging.
[DataContract(Name = "NamespaceSKU", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class MessagingSKU
- Inheritance
-
MessagingSKU
- Inherited Members
Constructors
MessagingSKU()
public MessagingSKU()
Properties
AllowedMessagingUnits
[DataMember(Name = "AllowedMessagingUnits", Order = 1005, IsRequired = false, EmitDefaultValue = false)]
public int[] AllowedMessagingUnits { get; }
Property Value
- int[]
MaxAllowedEventHubUnit
[DataMember(Name = "MaxAllowedEventHubUnit", Order = 1004, IsRequired = false)]
public int MaxAllowedEventHubUnit { get; }
Property Value
MinAllowedEventHubUnit
Gets or sets the minimum allowed event hub unit.
[DataMember(Name = "MinAllowedEventHubUnit", Order = 1003, IsRequired = false)]
public int MinAllowedEventHubUnit { get; }
Property Value
- int
The minimum allowed event hub unit.
SKU
Gets or sets the stock-keeping unit for the messaging.
[DataMember(Name = "SKU", Order = 1001, IsRequired = true, EmitDefaultValue = true)]
public int SKU { get; set; }
Property Value
- int
The stock-keeping unit for the messaging.
SKUDescription
Gets or sets the description for stock-keeping unit.
[DataMember(Name = "SKUDescription", Order = 1002, IsRequired = false)]
public string SKUDescription { get; }
Property Value
- string
The description for stock-keeping unit.