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