Share via


EventHubsKeySource Struct

Definition

Enumerates the possible value of keySource for Encryption.

public readonly struct EventHubsKeySource : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsKeySource>
type EventHubsKeySource = struct
Public Structure EventHubsKeySource
Implements IEquatable(Of EventHubsKeySource)
Inheritance
EventHubsKeySource
Implements

Constructors

EventHubsKeySource(String)

Initializes a new instance of EventHubsKeySource.

Properties

MicrosoftKeyVault

Microsoft.KeyVault.

Methods

Equals(EventHubsKeySource)

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(EventHubsKeySource, EventHubsKeySource)

Determines if two EventHubsKeySource values are the same.

Implicit(String to EventHubsKeySource)

Converts a string to a EventHubsKeySource.

Inequality(EventHubsKeySource, EventHubsKeySource)

Determines if two EventHubsKeySource values are not the same.

Applies to