RedisEnterpriseDatabaseLinkState 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.
State of the link between the database resources.
public readonly struct RedisEnterpriseDatabaseLinkState : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseDatabaseLinkState>
type RedisEnterpriseDatabaseLinkState = struct
Public Structure RedisEnterpriseDatabaseLinkState
Implements IEquatable(Of RedisEnterpriseDatabaseLinkState)
- Inheritance
-
RedisEnterpriseDatabaseLinkState
- Implements
Constructors
| Name | Description |
|---|---|
| RedisEnterpriseDatabaseLinkState(String) |
Initializes a new instance of RedisEnterpriseDatabaseLinkState. |
Properties
| Name | Description |
|---|---|
| Linked |
Linked. |
| LinkFailed |
LinkFailed. |
| Linking |
Linking. |
| UnlinkFailed |
UnlinkFailed. |
| Unlinking |
Unlinking. |
Methods
| Name | Description |
|---|---|
| Equals(RedisEnterpriseDatabaseLinkState) |
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(RedisEnterpriseDatabaseLinkState, RedisEnterpriseDatabaseLinkState) |
Determines if two RedisEnterpriseDatabaseLinkState values are the same. |
| Implicit(String to Nullable<RedisEnterpriseDatabaseLinkState>) | |
| Implicit(String to RedisEnterpriseDatabaseLinkState) |
Converts a string to a RedisEnterpriseDatabaseLinkState. |
| Inequality(RedisEnterpriseDatabaseLinkState, RedisEnterpriseDatabaseLinkState) |
Determines if two RedisEnterpriseDatabaseLinkState values are not the same. |