RedisPrivateEndpointServiceConnectionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET