Share via


SqlServerFailoverType Struct

Definition

The failover type, can be ForcedAllowDataLoss or Planned.

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

Constructors

Name Description
SqlServerFailoverType(String)

Initializes a new instance of SqlServerFailoverType.

Properties

Name Description
ForcedAllowDataLoss

ForcedAllowDataLoss.

Planned

Planned.

Methods

Name Description
Equals(SqlServerFailoverType)

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

Determines if two SqlServerFailoverType values are the same.

Implicit(String to SqlServerFailoverType)

Converts a String to a SqlServerFailoverType.

Inequality(SqlServerFailoverType, SqlServerFailoverType)

Determines if two SqlServerFailoverType values are not the same.

Applies to