你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

Applies to