LinkState 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 LinkState : IEquatable<Azure.ResourceManager.RedisEnterpriseCache.Models.LinkState>
type LinkState = struct
Public Structure LinkState
Implements IEquatable(Of LinkState)
- Inheritance
-
LinkState
- Implements
Constructors
LinkState(String) |
Initializes a new instance of LinkState. |
Properties
Linked |
Linked. |
LinkFailed |
LinkFailed. |
Linking |
Linking. |
UnlinkFailed |
UnlinkFailed. |
Unlinking |
Unlinking. |
Methods
Equals(LinkState) |
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(LinkState, LinkState) |
Determines if two LinkState values are the same. |
Implicit(String to LinkState) |
Converts a string to a LinkState. |
Inequality(LinkState, LinkState) |
Determines if two LinkState values are not the same. |