共用方式為


RedisPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

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

Constructors

RedisPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of RedisPrivateEndpointServiceConnectionStatus.

Properties

Approved

Approved.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(RedisPrivateEndpointServiceConnectionStatus)

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

Determines if two RedisPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to RedisPrivateEndpointServiceConnectionStatus)

Converts a string to a RedisPrivateEndpointServiceConnectionStatus.

Inequality(RedisPrivateEndpointServiceConnectionStatus, RedisPrivateEndpointServiceConnectionStatus)

Determines if two RedisPrivateEndpointServiceConnectionStatus values are not the same.

Applies to