ReplicationProtectedItemOperation 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.
Argument completer implementation for ReplicationProtectedItemOperation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationProtectedItemOperationTypeConverter))]
public struct ReplicationProtectedItemOperation : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationProtectedItemOperation>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationProtectedItemOperationTypeConverter))>]
type ReplicationProtectedItemOperation = struct
interface IArgumentCompleter
Public Structure ReplicationProtectedItemOperation
Implements IArgumentCompleter, IEquatable(Of ReplicationProtectedItemOperation)
- Inheritance
-
ReplicationProtectedItemOperation
- Attributes
- Implements
Fields
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 ReplicationProtectedItemOperation (override for Object) |
Equals(ReplicationProtectedItemOperation) |
Compares values of enum type ReplicationProtectedItemOperation |
GetHashCode() |
Returns hashCode for enum ReplicationProtectedItemOperation |
ToString() |
Returns string representation for ReplicationProtectedItemOperation |
Operators
Equality(ReplicationProtectedItemOperation, ReplicationProtectedItemOperation) |
Overriding == operator for enum ReplicationProtectedItemOperation |
Implicit(ReplicationProtectedItemOperation to String) |
Implicit operator to convert ReplicationProtectedItemOperation to string |
Implicit(String to ReplicationProtectedItemOperation) |
Implicit operator to convert string to ReplicationProtectedItemOperation |
Inequality(ReplicationProtectedItemOperation, ReplicationProtectedItemOperation) |
Overriding != operator for enum ReplicationProtectedItemOperation |