Share via


LinkState Struct

Definition

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.

Applies to