Freigeben über


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

Name Description
SecondaryType(String)

Initializes a new instance of SecondaryType.

Properties

Name Description
Geo

Geo.

Named

Named.

Standby

Standby.

Methods

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

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