ScheduledActionFileFormat 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.
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
Azure SDK for .NET