Partilhar via


ReplicationLinkType Struct

Definition

Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.

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

Constructors

Name Description
ReplicationLinkType(String)

Initializes a new instance of ReplicationLinkType.

Properties

Name Description
Geo

GEO.

Named

NAMED.

Standby

STANDBY.

Methods

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

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