ExecutionIntervalUnit 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.
Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'.
public readonly struct ExecutionIntervalUnit : IEquatable<Azure.ResourceManager.Storage.Models.ExecutionIntervalUnit>
type ExecutionIntervalUnit = struct
Public Structure ExecutionIntervalUnit
Implements IEquatable(Of ExecutionIntervalUnit)
- Inheritance
-
ExecutionIntervalUnit
- Implements
Constructors
ExecutionIntervalUnit(String) |
Initializes a new instance of ExecutionIntervalUnit. |
Properties
Days |
Days. |
Methods
Equals(ExecutionIntervalUnit) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExecutionIntervalUnit, ExecutionIntervalUnit) |
Determines if two ExecutionIntervalUnit values are the same. |
Implicit(String to ExecutionIntervalUnit) |
Converts a string to a ExecutionIntervalUnit. |
Inequality(ExecutionIntervalUnit, ExecutionIntervalUnit) |
Determines if two ExecutionIntervalUnit values are not the same. |
Applies to
Azure SDK for .NET