EventHubsPrivateLinkConnectionStatus 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.
Status of the connection.
public readonly struct EventHubsPrivateLinkConnectionStatus : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsPrivateLinkConnectionStatus>
type EventHubsPrivateLinkConnectionStatus = struct
Public Structure EventHubsPrivateLinkConnectionStatus
Implements IEquatable(Of EventHubsPrivateLinkConnectionStatus)
- Inheritance
-
EventHubsPrivateLinkConnectionStatus
- Implements
Constructors
EventHubsPrivateLinkConnectionStatus(String) |
Initializes a new instance of EventHubsPrivateLinkConnectionStatus. |
Properties
Approved |
Approved. |
Disconnected |
Disconnected. |
Pending |
Pending. |
Rejected |
Rejected. |
Methods
Equals(EventHubsPrivateLinkConnectionStatus) |
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(EventHubsPrivateLinkConnectionStatus, EventHubsPrivateLinkConnectionStatus) |
Determines if two EventHubsPrivateLinkConnectionStatus values are the same. |
Implicit(String to EventHubsPrivateLinkConnectionStatus) |
Converts a String to a EventHubsPrivateLinkConnectionStatus. |
Inequality(EventHubsPrivateLinkConnectionStatus, EventHubsPrivateLinkConnectionStatus) |
Determines if two EventHubsPrivateLinkConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET