Dela via


SbSku Class

Definition

SKU of the namespace.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbSkuTypeConverter))]
public class SbSku : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbSku
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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)

Deserializes a PSObject into an instance of SbSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbSku.

FromJsonString(String)

Creates a new instance of SbSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to