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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkStateTypeConverter))]
public struct LinkState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkStateTypeConverter))>]
type LinkState = struct
interface IArgumentCompleter
Public Structure LinkState
Implements IArgumentCompleter, IEquatable(Of LinkState)
- Inheritance
-
LinkState
- Attributes
- Implements
Fields
Linked | |
LinkFailed | |
Linking | |
UnlinkFailed | |
Unlinking |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LinkState) |
Compares values of enum type LinkState |
Equals(Object) |
Compares values of enum type LinkState (override for Object) |
GetHashCode() |
Returns hashCode for enum LinkState |
ToString() |
Returns string representation for LinkState |
Operators
Equality(LinkState, LinkState) |
Overriding == operator for enum LinkState |
Implicit(LinkState to String) |
Implicit operator to convert LinkState to string |
Implicit(String to LinkState) |
Implicit operator to convert string to LinkState |
Inequality(LinkState, LinkState) |
Overriding != operator for enum LinkState |