次の方法で共有


ReplicationState Struct

Definition

This is the regional replication state.

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

Fields

Completed
Failed
Replicating
Unknown

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 ReplicationState (override for Object)

Equals(ReplicationState)

Compares values of enum type ReplicationState

GetHashCode()

Returns hashCode for enum ReplicationState

ToString()

Returns string representation for ReplicationState

Operators

Equality(ReplicationState, ReplicationState)

Overriding == operator for enum ReplicationState

Implicit(ReplicationState to String)

Implicit operator to convert ReplicationState to string

Implicit(String to ReplicationState)

Implicit operator to convert string to ReplicationState

Inequality(ReplicationState, ReplicationState)

Overriding != operator for enum ReplicationState

Applies to