ActionType 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.
Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ActionTypeTypeConverter))]
public struct ActionType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ActionType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ActionTypeTypeConverter))>]
type ActionType = struct
interface IArgumentCompleter
Public Structure ActionType
Implements IArgumentCompleter, IEquatable(Of ActionType)
- Inheritance
-
ActionType
- Attributes
- Implements
Fields
Enable | |
Internal | |
OptOut |
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 |