Delen via


ReadableSecondaryMode Struct

Definition

Replica readable secondary mode in availability group.

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

Constructors

ReadableSecondaryMode(String)

Initializes a new instance of ReadableSecondaryMode.

Properties

All

ALL.

No

NO.

ReadOnly

READ_ONLY.

Methods

Equals(ReadableSecondaryMode)

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

Determines if two ReadableSecondaryMode values are the same.

Implicit(String to ReadableSecondaryMode)

Converts a string to a ReadableSecondaryMode.

Inequality(ReadableSecondaryMode, ReadableSecondaryMode)

Determines if two ReadableSecondaryMode values are not the same.

Applies to