NotificationHubPrivateLinkConnectionStatus Struct

Definition

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

Name Description
NotificationHubPrivateLinkConnectionStatus(String)

Initializes a new instance of NotificationHubPrivateLinkConnectionStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Methods

Name Description
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

Name Description
Equality(NotificationHubPrivateLinkConnectionStatus, NotificationHubPrivateLinkConnectionStatus)

Determines if two NotificationHubPrivateLinkConnectionStatus values are the same.

Implicit(String to NotificationHubPrivateLinkConnectionStatus)

Converts a string to a NotificationHubPrivateLinkConnectionStatus.

Implicit(String to Nullable<NotificationHubPrivateLinkConnectionStatus>)
Inequality(NotificationHubPrivateLinkConnectionStatus, NotificationHubPrivateLinkConnectionStatus)

Determines if two NotificationHubPrivateLinkConnectionStatus values are not the same.

Applies to