Partilhar via


GeoSecondaryInstanceType Struct

Definition

Type of the geo-secondary instance. Set 'Standby' if the instance is used as a DR option only.

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

Constructors

Name Description
GeoSecondaryInstanceType(String)

Initializes a new instance of GeoSecondaryInstanceType.

Properties

Name Description
Geo

Geo.

Standby

Standby.

Methods

Name Description
Equals(GeoSecondaryInstanceType)

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

Determines if two GeoSecondaryInstanceType values are the same.

Implicit(String to GeoSecondaryInstanceType)

Converts a String to a GeoSecondaryInstanceType.

Inequality(GeoSecondaryInstanceType, GeoSecondaryInstanceType)

Determines if two GeoSecondaryInstanceType values are not the same.

Applies to