Share via


AutoHealActionType Struct

Definition

Predefined action to be taken.

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

Fields

CustomAction
LogEvent
Recycle

Methods

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

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

Equals(AutoHealActionType)

Compares values of enum type AutoHealActionType

Equals(Object)

Compares values of enum type AutoHealActionType (override for Object)

GetHashCode()

Returns hashCode for enum AutoHealActionType

ToString()

Returns string representation for AutoHealActionType

Operators

Equality(AutoHealActionType, AutoHealActionType)

Overriding == operator for enum AutoHealActionType

Implicit(AutoHealActionType to String)

Implicit operator to convert AutoHealActionType to string

Implicit(String to AutoHealActionType)

Implicit operator to convert string to AutoHealActionType

Inequality(AutoHealActionType, AutoHealActionType)

Overriding != operator for enum AutoHealActionType

Applies to