Share via


AutomationRuleActionType Struct

Definition

The type of the automation rule action

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

Fields

ModifyProperties

Modify an object's properties

RunPlaybook

Run a playbook on an object

Methods

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

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

Equals(AutomationRuleActionType)

Compares values of enum type AutomationRuleActionType

Equals(Object)

Compares values of enum type AutomationRuleActionType (override for Object)

GetHashCode()

Returns hashCode for enum AutomationRuleActionType

ToString()

Returns string representation for AutomationRuleActionType

Operators

Equality(AutomationRuleActionType, AutomationRuleActionType)

Overriding == operator for enum AutomationRuleActionType

Implicit(AutomationRuleActionType to String)

Implicit operator to convert AutomationRuleActionType to string

Implicit(String to AutomationRuleActionType)

Implicit operator to convert string to AutomationRuleActionType

Inequality(AutomationRuleActionType, AutomationRuleActionType)

Overriding != operator for enum AutomationRuleActionType

Applies to