Share via


RedisEnterpriseDatabaseLinkState Struct

Definition

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

RedisEnterpriseDatabaseLinkState(String)

Initializes a new instance of RedisEnterpriseDatabaseLinkState.

Properties

Linked

Linked.

LinkFailed

LinkFailed.

Linking

Linking.

UnlinkFailed

UnlinkFailed.

Unlinking

Unlinking.

Methods

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

Equality(RedisEnterpriseDatabaseLinkState, RedisEnterpriseDatabaseLinkState)

Determines if two RedisEnterpriseDatabaseLinkState values are the same.

Implicit(String to RedisEnterpriseDatabaseLinkState)

Converts a string to a RedisEnterpriseDatabaseLinkState.

Inequality(RedisEnterpriseDatabaseLinkState, RedisEnterpriseDatabaseLinkState)

Determines if two RedisEnterpriseDatabaseLinkState values are not the same.

Applies to