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