EventHubsAccessKeyType 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.
The access key to regenerate.
public readonly struct EventHubsAccessKeyType : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsAccessKeyType>
type EventHubsAccessKeyType = struct
Public Structure EventHubsAccessKeyType
Implements IEquatable(Of EventHubsAccessKeyType)
- Inheritance
-
EventHubsAccessKeyType
- Implements
Constructors
EventHubsAccessKeyType(String) |
Initializes a new instance of EventHubsAccessKeyType. |
Properties
PrimaryKey |
PrimaryKey. |
SecondaryKey |
SecondaryKey. |
Methods
Equals(EventHubsAccessKeyType) |
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(EventHubsAccessKeyType, EventHubsAccessKeyType) |
Determines if two EventHubsAccessKeyType values are the same. |
Implicit(String to EventHubsAccessKeyType) |
Converts a String to a EventHubsAccessKeyType. |
Inequality(EventHubsAccessKeyType, EventHubsAccessKeyType) |
Determines if two EventHubsAccessKeyType values are not the same. |
Applies to
Azure SDK for .NET