GeoSecondaryInstanceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GeoSecondaryInstanceType(String) |
Initializes a new instance of GeoSecondaryInstanceType. |
Properties
Geo |
Geo. |
Standby |
Standby. |
Methods
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
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
Azure SDK for .NET