ScheduledActionKind 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.
Kind of the scheduled action.
public readonly struct ScheduledActionKind : IEquatable<Azure.ResourceManager.CostManagement.Models.ScheduledActionKind>
type ScheduledActionKind = struct
Public Structure ScheduledActionKind
Implements IEquatable(Of ScheduledActionKind)
- Inheritance
-
ScheduledActionKind
- Implements
Constructors
ScheduledActionKind(String) |
Initializes a new instance of ScheduledActionKind. |
Properties
Cost analysis data will be emailed. |
|
InsightAlert |
Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent. |
Methods
Equals(ScheduledActionKind) |
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(ScheduledActionKind, ScheduledActionKind) |
Determines if two ScheduledActionKind values are the same. |
Implicit(String to ScheduledActionKind) |
Converts a string to a ScheduledActionKind. |
Inequality(ScheduledActionKind, ScheduledActionKind) |
Determines if two ScheduledActionKind values are not the same. |
Applies to
Azure SDK for .NET