Share via


CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

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

Constructors

Name Description
CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus.

Properties

Name Description
Approved

Approved.

Pending

Pending.

Rejected

Rejected.

Methods

Name Description
Equals(CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus)

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

Determines if two CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus)

Converts a String to a CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus.

Inequality(CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus, CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus)

Determines if two CosmosDBForPostgreSqlPrivateEndpointServiceConnectionStatus values are not the same.

Applies to