MySqlFlexibleServerReplicationRole 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 replication role.
public readonly struct MySqlFlexibleServerReplicationRole : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerReplicationRole>
type MySqlFlexibleServerReplicationRole = struct
Public Structure MySqlFlexibleServerReplicationRole
Implements IEquatable(Of MySqlFlexibleServerReplicationRole)
- Inheritance
-
MySqlFlexibleServerReplicationRole
- Implements
Constructors
MySqlFlexibleServerReplicationRole(String) |
Initializes a new instance of MySqlFlexibleServerReplicationRole. |
Properties
None |
None. |
Replica |
Replica. |
Source |
Source. |
Methods
Equals(MySqlFlexibleServerReplicationRole) |
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(MySqlFlexibleServerReplicationRole, MySqlFlexibleServerReplicationRole) |
Determines if two MySqlFlexibleServerReplicationRole values are the same. |
Implicit(String to MySqlFlexibleServerReplicationRole) |
Converts a string to a MySqlFlexibleServerReplicationRole. |
Inequality(MySqlFlexibleServerReplicationRole, MySqlFlexibleServerReplicationRole) |
Determines if two MySqlFlexibleServerReplicationRole values are not the same. |
Applies to
Azure SDK for .NET