SecondaryType 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.
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
Azure SDK for .NET