Udostępnij za pośrednictwem


EnqueueReplicationServerType Struct

Definition

Defines the type of Enqueue Replication Server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.EnqueueReplicationServerTypeTypeConverter))]
public struct EnqueueReplicationServerType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.EnqueueReplicationServerType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.EnqueueReplicationServerTypeTypeConverter))>]
type EnqueueReplicationServerType = struct
    interface IArgumentCompleter
Public Structure EnqueueReplicationServerType
Implements IArgumentCompleter, IEquatable(Of EnqueueReplicationServerType)
Inheritance
EnqueueReplicationServerType
Attributes
Implements

Fields

EnqueueReplicator1
EnqueueReplicator2

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EnqueueReplicationServerType)

Compares values of enum type EnqueueReplicationServerType

Equals(Object)

Compares values of enum type EnqueueReplicationServerType (override for Object)

GetHashCode()

Returns hashCode for enum EnqueueReplicationServerType

ToString()

Returns string representation for EnqueueReplicationServerType

Operators

Equality(EnqueueReplicationServerType, EnqueueReplicationServerType)

Overriding == operator for enum EnqueueReplicationServerType

Implicit(EnqueueReplicationServerType to String)

Implicit operator to convert EnqueueReplicationServerType to string

Implicit(String to EnqueueReplicationServerType)

Implicit operator to convert string to EnqueueReplicationServerType

Inequality(EnqueueReplicationServerType, EnqueueReplicationServerType)

Overriding != operator for enum EnqueueReplicationServerType

Applies to