ActionType Struct

Definition

The type of action to take.

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

Fields

Name Description
Alert
Allow
Block

Methods

Name Description
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

Name Description
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