SbSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SKU of the namespace.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbSkuTypeConverter))]
public class SbSku : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbSku
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbSkuTypeConverter))>]
type SbSku = class
interface ISbSku
interface IJsonSerializable
Public Class SbSku
Implements ISbSku
- Inheritance
-
SbSku
- Attributes
- Implements
Constructors
SbSku() |
Creates an new SbSku instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SbSku. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbSku. |
FromJsonString(String) |
Creates a new instance of SbSku, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |