Share via


EventHubsSkuTier Struct

Definition

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