EventHubsKeySource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET