SignalRSkuTier 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 SignalRSkuTier : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRSkuTier>
type SignalRSkuTier = struct
Public Structure SignalRSkuTier
Implements IEquatable(Of SignalRSkuTier)
- Inheritance
-
SignalRSkuTier
- Implements
Constructors
| Name | Description |
|---|---|
| SignalRSkuTier(String) |
Initializes a new instance of SignalRSkuTier. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic. |
| Free |
Free. |
| Premium |
Premium. |
| Standard |
Standard. |
Methods
| Name | Description |
|---|---|
| Equals(SignalRSkuTier) |
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(SignalRSkuTier, SignalRSkuTier) |
Determines if two SignalRSkuTier values are the same. |
| Implicit(String to SignalRSkuTier) |
Converts a String to a SignalRSkuTier. |
| Inequality(SignalRSkuTier, SignalRSkuTier) |
Determines if two SignalRSkuTier values are not the same. |