你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinkState Struct

Definition

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

Name Description
Linked
LinkFailed
Linking
UnlinkFailed
Unlinking

Methods

Name Description
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

Name Description
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

Applies to