Share via


EventHubsClusterSkuName Struct

Definition

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