AccessControlEntryAction Struct

Definition

[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)
Equals(AccessControlEntryAction)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(AccessControlEntryAction, AccessControlEntryAction)
Implicit(AccessControlEntryAction to String)
Implicit(String to AccessControlEntryAction)
Inequality(AccessControlEntryAction, AccessControlEntryAction)

Applies to