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