WebPubSubSkuTier 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.
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic is deprecated, use Standard instead.
public readonly struct WebPubSubSkuTier : IEquatable<Azure.ResourceManager.WebPubSub.Models.WebPubSubSkuTier>
type WebPubSubSkuTier = struct
Public Structure WebPubSubSkuTier
Implements IEquatable(Of WebPubSubSkuTier)
- Inheritance
-
WebPubSubSkuTier
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubSkuTier(String) |
Initializes a new instance of WebPubSubSkuTier. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic tier for WebPubSub service (deprecated, use Standard instead). |
| Free |
Free tier for WebPubSub service. |
| Premium |
Premium tier for WebPubSub service. |
| Standard |
Standard tier for WebPubSub service. |
Methods
| Name | Description |
|---|---|
| Equals(WebPubSubSkuTier) |
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(WebPubSubSkuTier, WebPubSubSkuTier) |
Determines if two WebPubSubSkuTier values are the same. |
| Implicit(String to Nullable<WebPubSubSkuTier>) | |
| Implicit(String to WebPubSubSkuTier) |
Converts a string to a WebPubSubSkuTier. |
| Inequality(WebPubSubSkuTier, WebPubSubSkuTier) |
Determines if two WebPubSubSkuTier values are not the same. |