次の方法で共有


ReplicationMode Struct

Definition

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

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

Fields

Full
Shallow

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

Equals(ReplicationMode)

Compares values of enum type ReplicationMode

GetHashCode()

Returns hashCode for enum ReplicationMode

ToString()

Returns string representation for ReplicationMode

Operators

Equality(ReplicationMode, ReplicationMode)

Overriding == operator for enum ReplicationMode

Implicit(ReplicationMode to String)

Implicit operator to convert ReplicationMode to string

Implicit(String to ReplicationMode)

Implicit operator to convert string to ReplicationMode

Inequality(ReplicationMode, ReplicationMode)

Overriding != operator for enum ReplicationMode

Applies to