ReplicationRole 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRoleTypeConverter))]
public struct ReplicationRole : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRoleTypeConverter))>]
type ReplicationRole = struct
interface IArgumentCompleter
Public Structure ReplicationRole
Implements IArgumentCompleter, IEquatable(Of ReplicationRole)
- Inheritance
-
ReplicationRole
- Attributes
- Implements
Fields
None | |
Replica | |
Source |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ReplicationRole (override for Object) |
Equals(ReplicationRole) |
Compares values of enum type ReplicationRole |
GetHashCode() |
Returns hashCode for enum ReplicationRole |
ToString() |
Returns string representation for ReplicationRole |
Operators
Equality(ReplicationRole, ReplicationRole) |
Overriding == operator for enum ReplicationRole |
Implicit(ReplicationRole to String) |
Implicit operator to convert ReplicationRole to string |
Implicit(String to ReplicationRole) |
Implicit operator to convert string to ReplicationRole |
Inequality(ReplicationRole, ReplicationRole) |
Overriding != operator for enum ReplicationRole |