Share via


SecondaryType Struct

Definition

The secondary type of the database if it is a secondary. Valid values are Geo, Named and Standby.

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

Constructors

SecondaryType(String)

Initializes a new instance of SecondaryType.

Properties

Geo

Geo.

Named

Named.

Standby

Standby.

Methods

Equals(SecondaryType)

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

Determines if two SecondaryType values are the same.

Implicit(String to SecondaryType)

Converts a string to a SecondaryType.

Inequality(SecondaryType, SecondaryType)

Determines if two SecondaryType values are not the same.

Applies to