Share via


AccessControlEntryAction Struct

Definition

Action object.

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

Fields

Deny
Permit

Methods

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

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

Equals(AccessControlEntryAction)

Compares values of enum type AccessControlEntryAction

Equals(Object)

Compares values of enum type AccessControlEntryAction (override for Object)

GetHashCode()

Returns hashCode for enum AccessControlEntryAction

ToString()

Returns string representation for AccessControlEntryAction

Operators

Equality(AccessControlEntryAction, AccessControlEntryAction)

Overriding == operator for enum AccessControlEntryAction

Implicit(AccessControlEntryAction to String)

Implicit operator to convert AccessControlEntryAction to string

Implicit(String to AccessControlEntryAction)

Implicit operator to convert string to AccessControlEntryAction

Inequality(AccessControlEntryAction, AccessControlEntryAction)

Overriding != operator for enum AccessControlEntryAction

Applies to