FrequencyUnit 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 unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnitTypeConverter))]
public struct FrequencyUnit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnitTypeConverter))>]
type FrequencyUnit = struct
interface IArgumentCompleter
Public Structure FrequencyUnit
Implements IArgumentCompleter, IEquatable(Of FrequencyUnit)
- Inheritance
-
FrequencyUnit
- Attributes
- Implements
Fields
Day | |
Hour |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(FrequencyUnit) |
Compares values of enum type FrequencyUnit |
Equals(Object) |
Compares values of enum type FrequencyUnit (override for Object) |
GetHashCode() |
Returns hashCode for enum FrequencyUnit |
ToString() |
Returns string representation for FrequencyUnit |
Operators
Equality(FrequencyUnit, FrequencyUnit) |
Overriding == operator for enum FrequencyUnit |
Implicit(FrequencyUnit to String) |
Implicit operator to convert FrequencyUnit to string |
Implicit(String to FrequencyUnit) |
Implicit operator to convert string to FrequencyUnit |
Inequality(FrequencyUnit, FrequencyUnit) |
Overriding != operator for enum FrequencyUnit |