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
| 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. |