Sdílet prostřednictvím


ReplicationLinkType Struct

Definition

Link type (GEO, NAMED, STANDBY).

public readonly struct ReplicationLinkType : IEquatable<Azure.ResourceManager.Sql.Models.ReplicationLinkType>
type ReplicationLinkType = struct
Public Structure ReplicationLinkType
Implements IEquatable(Of ReplicationLinkType)
Inheritance
ReplicationLinkType
Implements

Constructors

ReplicationLinkType(String)

Initializes a new instance of ReplicationLinkType.

Properties

Geo

GEO.

Named

NAMED.

Standby

STANDBY.

Methods

Equals(ReplicationLinkType)

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(ReplicationLinkType, ReplicationLinkType)

Determines if two ReplicationLinkType values are the same.

Implicit(String to ReplicationLinkType)

Converts a string to a ReplicationLinkType.

Inequality(ReplicationLinkType, ReplicationLinkType)

Determines if two ReplicationLinkType values are not the same.

Applies to