AccessControlEntryAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |