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
WebPubSubSkuTier(String) |
Initializes a new instance of WebPubSubSkuTier. |
Properties
Basic |
Basic. |
Free |
Free. |
Premium |
Premium. |
Standard |
Standard. |
Methods
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
Equality(WebPubSubSkuTier, WebPubSubSkuTier) |
Determines if two WebPubSubSkuTier values are the same. |
Implicit(String to WebPubSubSkuTier) |
Converts a String to a WebPubSubSkuTier. |
Inequality(WebPubSubSkuTier, WebPubSubSkuTier) |
Determines if two WebPubSubSkuTier values are not the same. |
Applies to
Azure SDK for .NET