EventHubsSkuTier 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.
The billing tier of this particular SKU.
public readonly struct EventHubsSkuTier : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsSkuTier>
type EventHubsSkuTier = struct
Public Structure EventHubsSkuTier
Implements IEquatable(Of EventHubsSkuTier)
- Inheritance
-
EventHubsSkuTier
- Implements
Constructors
EventHubsSkuTier(String) |
Initializes a new instance of EventHubsSkuTier. |
Properties
Basic |
Basic. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(EventHubsSkuTier) |
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(EventHubsSkuTier, EventHubsSkuTier) |
Determines if two EventHubsSkuTier values are the same. |
Implicit(String to EventHubsSkuTier) |
Converts a String to a EventHubsSkuTier. |
Inequality(EventHubsSkuTier, EventHubsSkuTier) |
Determines if two EventHubsSkuTier values are not the same. |
Applies to
Azure SDK for .NET