Freigeben über


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

Name Description
HybridSecondaryUsage(String)

Initializes a new instance of HybridSecondaryUsage.

Properties

Name Description
Active

Active.

Passive

Passive.

Methods

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

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