ScheduledActionStatus 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.
Status of the scheduled action.
public readonly struct ScheduledActionStatus : IEquatable<Azure.ResourceManager.CostManagement.Models.ScheduledActionStatus>
type ScheduledActionStatus = struct
Public Structure ScheduledActionStatus
Implements IEquatable(Of ScheduledActionStatus)
- Inheritance
-
ScheduledActionStatus
- Implements
Constructors
ScheduledActionStatus(String) |
Initializes a new instance of ScheduledActionStatus. |
Properties
Disabled |
Scheduled action is saved but will not be run. |
Enabled |
Scheduled action is saved and will be run. |
Expired |
Scheduled action is expired. |
Methods
Equals(ScheduledActionStatus) |
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(ScheduledActionStatus, ScheduledActionStatus) |
Determines if two ScheduledActionStatus values are the same. |
Implicit(String to ScheduledActionStatus) |
Converts a string to a ScheduledActionStatus. |
Inequality(ScheduledActionStatus, ScheduledActionStatus) |
Determines if two ScheduledActionStatus values are not the same. |
Applies to
Azure SDK for .NET