Share via


ReplicaType Struct

Definition

The ReplicaType.

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

Constructors

ReplicaType(String)

Initializes a new instance of ReplicaType.

Properties

Primary

Primary.

ReadableSecondary

ReadableSecondary.

Methods

Equals(ReplicaType)

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

Determines if two ReplicaType values are the same.

Implicit(String to ReplicaType)

Converts a string to a ReplicaType.

Inequality(ReplicaType, ReplicaType)

Determines if two ReplicaType values are not the same.

Applies to