Condividi tramite


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

Name Description
ReadableSecondaryMode(String)

Initializes a new instance of ReadableSecondaryMode.

Properties

Name Description
All

ALL.

No

NO.

ReadOnly

READ_ONLY.

Methods

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

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