AutoFailover Struct

Definition

Enum for AutoFailover.

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

Constructors

Name Description
AutoFailover(String)

Initializes a new instance of AutoFailover.

Properties

Name Description
Disable

Disable AutoFailover.

Enable

Enable AutoFailover.

Methods

Name Description
Equals(AutoFailover)

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

Determines if two AutoFailover values are the same.

Implicit(String to AutoFailover)

Converts a string to a AutoFailover.

Implicit(String to Nullable<AutoFailover>)
Inequality(AutoFailover, AutoFailover)

Determines if two AutoFailover values are not the same.

Applies to