FailoverGroupDatabasesSecondaryType 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.
Databases secondary type on partner server.
public readonly struct FailoverGroupDatabasesSecondaryType : IEquatable<Azure.ResourceManager.Sql.Models.FailoverGroupDatabasesSecondaryType>
type FailoverGroupDatabasesSecondaryType = struct
Public Structure FailoverGroupDatabasesSecondaryType
Implements IEquatable(Of FailoverGroupDatabasesSecondaryType)
- Inheritance
-
FailoverGroupDatabasesSecondaryType
- Implements
Constructors
FailoverGroupDatabasesSecondaryType(String) |
Initializes a new instance of FailoverGroupDatabasesSecondaryType. |
Properties
Geo |
Geo. |
Standby |
Standby. |
Methods
Equals(FailoverGroupDatabasesSecondaryType) |
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(FailoverGroupDatabasesSecondaryType, FailoverGroupDatabasesSecondaryType) |
Determines if two FailoverGroupDatabasesSecondaryType values are the same. |
Implicit(String to FailoverGroupDatabasesSecondaryType) |
Converts a string to a FailoverGroupDatabasesSecondaryType. |
Inequality(FailoverGroupDatabasesSecondaryType, FailoverGroupDatabasesSecondaryType) |
Determines if two FailoverGroupDatabasesSecondaryType values are not the same. |
Applies to
Azure SDK for .NET