Share via


LinkedOperation Struct

Definition

Argument completer implementation for LinkedOperation.

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

Fields

CrossResourceGroupResourceMove
CrossSubscriptionResourceMove
None

Methods

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

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

Equals(LinkedOperation)

Compares values of enum type LinkedOperation

Equals(Object)

Compares values of enum type LinkedOperation (override for Object)

GetHashCode()

Returns hashCode for enum LinkedOperation

ToString()

Returns string representation for LinkedOperation

Operators

Equality(LinkedOperation, LinkedOperation)

Overriding == operator for enum LinkedOperation

Implicit(LinkedOperation to String)

Implicit operator to convert LinkedOperation to string

Implicit(String to LinkedOperation)

Implicit operator to convert string to LinkedOperation

Inequality(LinkedOperation, LinkedOperation)

Overriding != operator for enum LinkedOperation

Applies to