MessagingSku Struct
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.
Specifies the SKU/tier of the messaging namespace.
public readonly struct MessagingSku : IEquatable<Azure.Messaging.ServiceBus.Administration.MessagingSku>
type MessagingSku = struct
Public Structure MessagingSku
Implements IEquatable(Of MessagingSku)
- Inheritance
-
MessagingSku
- Implements
Constructors
| Name | Description |
|---|---|
| MessagingSku(String) |
Initializes a new instance of the MessagingSku structure. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic namespace. Shared Resource. Only queues are available. |
| Premium |
Premium namespace. Dedicated Resource. Queues and topics. |
| Standard |
Standard namespace. Shared Resource. Queues and topics. |
Methods
| Name | Description |
|---|---|
| Equals(MessagingSku) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MessagingSku, MessagingSku) |
Determines if two MessagingSku values are the same. |
| Implicit(String to MessagingSku) |
Converts a string to a MessagingSku. |
| Inequality(MessagingSku, MessagingSku) |
Determines if two MessagingSku values are different. |