Dela via


ISbSku Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbSkuTypeConverter))]
public interface ISbSku : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbSkuTypeConverter))>]
type ISbSku = interface
    interface IJsonSerializable
Public Interface ISbSku
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Capacity

Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64

Name

Name of this SKU.

Tier

The billing tier of this particular SKU.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to