WebhookAction 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.
Argument completer implementation for WebhookAction.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookActionTypeConverter))]
public struct WebhookAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookActionTypeConverter))>]
type WebhookAction = struct
interface IArgumentCompleter
Public Structure WebhookAction
Implements IArgumentCompleter, IEquatable(Of WebhookAction)
- Inheritance
-
WebhookAction
- Attributes
- Implements
Fields
ChartDelete | |
ChartPush | |
Delete | |
Push | |
Quarantine |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type WebhookAction (override for Object) |
Equals(WebhookAction) |
Compares values of enum type WebhookAction |
GetHashCode() |
Returns hashCode for enum WebhookAction |
ToString() |
Returns string representation for WebhookAction |
Operators
Equality(WebhookAction, WebhookAction) |
Overriding == operator for enum WebhookAction |
Implicit(String to WebhookAction) |
Implicit operator to convert string to WebhookAction |
Implicit(WebhookAction to String) |
Implicit operator to convert WebhookAction to string |
Inequality(WebhookAction, WebhookAction) |
Overriding != operator for enum WebhookAction |