你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinkedAction Struct

Definition

Argument completer implementation for LinkedAction.

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

Fields

Blocked
Enabled
NotSpecified
Validate

Methods

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

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

Equals(LinkedAction)

Compares values of enum type LinkedAction

Equals(Object)

Compares values of enum type LinkedAction (override for Object)

GetHashCode()

Returns hashCode for enum LinkedAction

ToString()

Returns string representation for LinkedAction

Operators

Equality(LinkedAction, LinkedAction)

Overriding == operator for enum LinkedAction

Implicit(LinkedAction to String)

Implicit operator to convert LinkedAction to string

Implicit(String to LinkedAction)

Implicit operator to convert string to LinkedAction

Inequality(LinkedAction, LinkedAction)

Overriding != operator for enum LinkedAction

Applies to