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

ActionType Struct

Definition

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

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

Fields

Internal

Methods

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

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

Equals(ActionType)

Compares values of enum type ActionType

Equals(Object)

Compares values of enum type ActionType (override for Object)

GetHashCode()

Returns hashCode for enum ActionType

ToString()

Returns string representation for ActionType

Operators

Equality(ActionType, ActionType)

Overriding == operator for enum ActionType

Implicit(ActionType to String)

Implicit operator to convert ActionType to string

Implicit(String to ActionType)

Implicit operator to convert string to ActionType

Inequality(ActionType, ActionType)

Overriding != operator for enum ActionType

Applies to