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

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