Udostępnij przez


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

Name Description
EventHubsKeySource(String)

Initializes a new instance of EventHubsKeySource.

Properties

Name Description
MicrosoftKeyVault

Microsoft.KeyVault.

Methods

Name Description
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

Name Description
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