ScheduledActionDeadlineType 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 types of deadlines supported by ScheduledActions.
public readonly struct ScheduledActionDeadlineType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionDeadlineType>
type ScheduledActionDeadlineType = struct
Public Structure ScheduledActionDeadlineType
Implements IEquatable(Of ScheduledActionDeadlineType)
- Inheritance
-
ScheduledActionDeadlineType
- Implements
Constructors
ScheduledActionDeadlineType(String) |
Initializes a new instance of ScheduledActionDeadlineType. |
Properties
CompleteBy |
Complete the operation by the given deadline. |
InitiateAt |
Initiate the operation at the given deadline. |
Unknown |
Default value of Unknown. |
Methods
Equals(ScheduledActionDeadlineType) |
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(ScheduledActionDeadlineType, ScheduledActionDeadlineType) |
Determines if two ScheduledActionDeadlineType values are the same. |
Implicit(String to ScheduledActionDeadlineType) |
Converts a String to a ScheduledActionDeadlineType. |
Inequality(ScheduledActionDeadlineType, ScheduledActionDeadlineType) |
Determines if two ScheduledActionDeadlineType values are not the same. |
Applies to
Azure SDK for .NET