Share via


EventHubsSkuName Struct

Definition

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