MessagingSku Struct

Definition

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

MessagingSku(String)

Initializes a new instance of the MessagingSku structure.

Properties

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

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

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.

Applies to