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