ScheduledActionFileFormat Struct

Definition

Destination of the view data. Currently only CSV format is supported.

public readonly struct ScheduledActionFileFormat : IEquatable<Azure.ResourceManager.CostManagement.Models.ScheduledActionFileFormat>
type ScheduledActionFileFormat = struct
Public Structure ScheduledActionFileFormat
Implements IEquatable(Of ScheduledActionFileFormat)
Inheritance
ScheduledActionFileFormat
Implements

Constructors

ScheduledActionFileFormat(String)

Initializes a new instance of ScheduledActionFileFormat.

Properties

Csv

Csv.

Methods

Equals(ScheduledActionFileFormat)

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(ScheduledActionFileFormat, ScheduledActionFileFormat)

Determines if two ScheduledActionFileFormat values are the same.

Implicit(String to ScheduledActionFileFormat)

Converts a string to a ScheduledActionFileFormat.

Inequality(ScheduledActionFileFormat, ScheduledActionFileFormat)

Determines if two ScheduledActionFileFormat values are not the same.

Applies to