TriggerStatus 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.
The current status of trigger.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatusTypeConverter))]
public struct TriggerStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatusTypeConverter))>]
type TriggerStatus = struct
interface IArgumentCompleter
Public Structure TriggerStatus
Implements IArgumentCompleter, IEquatable(Of TriggerStatus)
- Inheritance
-
TriggerStatus
- Attributes
- Implements
Fields
Disabled | |
Enabled |
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 TriggerStatus (override for Object) |
Equals(TriggerStatus) |
Compares values of enum type TriggerStatus |
GetHashCode() |
Returns hashCode for enum TriggerStatus |
ToString() |
Returns string representation for TriggerStatus |
Operators
Equality(TriggerStatus, TriggerStatus) |
Overriding == operator for enum TriggerStatus |
Implicit(String to TriggerStatus) |
Implicit operator to convert string to TriggerStatus |
Implicit(TriggerStatus to String) |
Implicit operator to convert TriggerStatus to string |
Inequality(TriggerStatus, TriggerStatus) |
Overriding != operator for enum TriggerStatus |