ReplicationMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |