Share via


HybridSecondaryUsage Struct

Definition

Hybrid secondary usage. Possible values are 'Active' (default value) and 'Passive' (customer uses the secondary as Passive DR).

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

Constructors

HybridSecondaryUsage(String)

Initializes a new instance of HybridSecondaryUsage.

Properties

Active

Active.

Passive

Passive.

Methods

Equals(HybridSecondaryUsage)

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

Determines if two HybridSecondaryUsage values are the same.

Implicit(String to HybridSecondaryUsage)

Converts a String to a HybridSecondaryUsage.

Inequality(HybridSecondaryUsage, HybridSecondaryUsage)

Determines if two HybridSecondaryUsage values are not the same.

Applies to