MonitorPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

public readonly struct MonitorPrivateEndpointServiceConnectionStatus : IEquatable<Azure.ResourceManager.Monitor.Models.MonitorPrivateEndpointServiceConnectionStatus>
type MonitorPrivateEndpointServiceConnectionStatus = struct
Public Structure MonitorPrivateEndpointServiceConnectionStatus
Implements IEquatable(Of MonitorPrivateEndpointServiceConnectionStatus)
Inheritance
MonitorPrivateEndpointServiceConnectionStatus
Implements

Constructors

MonitorPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of MonitorPrivateEndpointServiceConnectionStatus.

Properties

Approved

Approved.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(MonitorPrivateEndpointServiceConnectionStatus)

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(MonitorPrivateEndpointServiceConnectionStatus, MonitorPrivateEndpointServiceConnectionStatus)

Determines if two MonitorPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to MonitorPrivateEndpointServiceConnectionStatus)

Converts a string to a MonitorPrivateEndpointServiceConnectionStatus.

Inequality(MonitorPrivateEndpointServiceConnectionStatus, MonitorPrivateEndpointServiceConnectionStatus)

Determines if two MonitorPrivateEndpointServiceConnectionStatus values are not the same.

Applies to