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.
[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() |