Udostępnij przez


ReplicationRole Struct

Definition

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

Name Description
None
Replica
Source

Methods

Name Description
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

Name Description
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

Applies to