Share via


SqlServerFailoverModeType Struct

Definition

The link failover mode - can be Manual if intended to be used for two-way failover with a supported SQL Server, or None for one-way failover to Azure.

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

Constructors

Name Description
SqlServerFailoverModeType(String)

Initializes a new instance of SqlServerFailoverModeType.

Properties

Name Description
Manual

Manual.

None

None.

Methods

Name Description
Equals(SqlServerFailoverModeType)

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

Determines if two SqlServerFailoverModeType values are the same.

Implicit(String to SqlServerFailoverModeType)

Converts a String to a SqlServerFailoverModeType.

Inequality(SqlServerFailoverModeType, SqlServerFailoverModeType)

Determines if two SqlServerFailoverModeType values are not the same.

Applies to