Aracılığıyla paylaş


ScheduledActionKind Struct

Definition

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

Email

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