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