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.Dashboard.Support.ActionTypeTypeConverter))]
public struct ActionType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.ActionType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.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