Condividi tramite


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

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

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.

Inequality(NotificationHubPrivateLinkConnectionStatus, NotificationHubPrivateLinkConnectionStatus)

Determines if two NotificationHubPrivateLinkConnectionStatus values are not the same.

Applies to