PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

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

Constructors

PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus.

Properties

Approved

Approved.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus)

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

Determines if two PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus)

Converts a String to a PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus.

Inequality(PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus, PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus)

Determines if two PostgreSqlFlexibleServersPrivateEndpointServiceConnectionStatus values are not the same.

Applies to